diff options
| author | Christian <[email protected]> | 2026-01-29 14:35:15 -0600 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-01-29 14:35:15 -0600 |
| commit | 25483a5b8960525447e3f81e86926508731c8fa6 (patch) | |
| tree | 26fcc6c0561723c4cb4c022e038fd4a4666b24cb /modules/home/christian.nix | |
| parent | 6f2729c673d7911c37926a8f958124b7d028b8cc (diff) | |
XMobar
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; } |
