mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Organized xmonad color config + added stylix xmobar
This commit is contained in:
parent
d757c2f93f
commit
99fdb57de9
4 changed files with 102 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue