diff options
Diffstat (limited to 'modules/home/christian.nix')
| -rw-r--r-- | modules/home/christian.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/home/christian.nix b/modules/home/christian.nix index 9c35e07..b7bbe3d 100644 --- a/modules/home/christian.nix +++ b/modules/home/christian.nix @@ -49,7 +49,12 @@ ]; }; }; - + + programs.xmobar = { + enable = true; + extraConfig = builtins.readFile ./xmobar/xmobarrc; + }; + programs.home-manager.enable = true; } |
