Add Waybar configuration with glassmorphic theme and custom styles

This commit is contained in:
2025-10-27 20:54:46 +00:00
parent 7d6e442e41
commit e1bdbc8bce
3 changed files with 238 additions and 0 deletions

View File

@@ -184,6 +184,15 @@
gtk.enable = true;
x11.enable = true;
};
# 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;
# Flatpaks are managed in system/flatpak.nix