Organized xmonad color config + added stylix xmobar
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user