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

@ -6,4 +6,7 @@
enableContribAndExtras = true;
config = ./config.hs;
};
# control backlight
config.home.packages = [ pkgs.xorg.xbacklight pkgs.scrot ];
}