From aeb12d04d8b8846cf9d7841e7337abd7ab530f16 Mon Sep 17 00:00:00 2001 From: Zephrynis Date: Mon, 27 Oct 2025 21:01:58 +0000 Subject: [PATCH] Remove Waybar program configuration from home.nix --- home/home.nix | 5 ----- 1 file changed, 5 deletions(-) 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;