Remove Waybar program configuration from home.nix

This commit is contained in:
2025-10-27 21:01:58 +00:00
parent e1bdbc8bce
commit aeb12d04d8

View File

@@ -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;