From 25483a5b8960525447e3f81e86926508731c8fa6 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 29 Jan 2026 14:35:15 -0600 Subject: XMobar --- modules/home/christian.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules/home/christian.nix') 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; } -- cgit v1.2.3