mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Add Waybar configuration with glassmorphic theme and custom styles
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user