dotfiles/modules/desktop/default.nix

7 lines
154 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [ ./apps ./bspwm ./polybar ./gtk.nix ];
home-manager.users.moritz = { services.unclutter.enable = true; };
}