home: Remove system-wide xmonad config

This commit is contained in:
Alexander Kobjolke 2024-03-11 22:13:32 +01:00
parent ab4a95d968
commit ef3f8054aa
3 changed files with 3 additions and 151 deletions

View file

@ -8,14 +8,9 @@
windowManager.xmonad = {
enable = true;
enableContribAndExtras = true;
config = ./config.hs;
extraPackages = hp: [ hp.dbus hp.monad-logger hp.xmonad-contrib ];
};
};
};
# control backlight
config.environment.systemPackages = [ pkgs.xorg.xbacklight pkgs.scrot ];
config.systemd.services.upower.enable = true;
}