Organized xmonad color config + added stylix xmobar

This commit is contained in:
Emmet 2023-05-16 19:44:57 -05:00
parent d757c2f93f
commit 99fdb57de9
4 changed files with 102 additions and 30 deletions

View file

@ -5,7 +5,6 @@
imports = [ ../picom/picom.nix ];
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 {
@ -13,6 +12,11 @@
extension = ".hs";
};
home.file.".config/xmobar/xmobarrc".source = config.lib.stylix.colors {
template = builtins.readFile ./xmobarrc.mustache;
extension = "";
};
home.packages = with pkgs; [
xmobar
dunst