diff --git a/home/home.nix b/home/home.nix index 5a2b47c..cc7a85e 100644 --- a/home/home.nix +++ b/home/home.nix @@ -186,11 +186,6 @@ }; # Waybar configuration with glassmorphic theme - programs.waybar = { - enable = true; - systemd.enable = true; - }; - home.file.".config/waybar/config".source = ./waybar-config.json; home.file.".config/waybar/style.css".source = ./waybar-style.css;