Added stylix colors to xmonad

This commit is contained in:
Emmet 2023-05-16 19:12:50 -05:00
parent 4808d9df19
commit 890dd7c339
5 changed files with 67 additions and 281 deletions

View file

@ -7,4 +7,14 @@
home.file.".config/xmonad/xmonad.hs".source = ./xmonad.hs;
home.file.".config/xmobar/base-xmobarrc".source = ./base-xmobarrc;
home.file.".config/xmonad/startup.sh".source = ./startup.sh;
home.file.".config/xmonad/lib/Colors/Stylix.hs".source = config.lib.stylix.colors {
template = builtins.readFile ./lib/Colors/Stylix.hs.mustache;
extension = ".hs";
};
home.packages = with pkgs; [
xmobar
dunst
];
}