feat(waybar): Add individual module

This commit is contained in:
Tibo De Peuter 2025-10-08 09:57:57 +02:00
parent 3d4cd5ba5c
commit 6005ee646c
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
4 changed files with 37 additions and 21 deletions

View file

@ -20,7 +20,6 @@ in {
dunst
libnotify
swaybg
waybar
waycorner
playerctl
wlsunset
@ -41,13 +40,9 @@ in {
];
};
programs = {
hyprland = {
enable = true;
xwayland.enable = true;
};
waybar.enable = true;
programs.hyprland = {
enable = true;
xwayland.enable = true;
};
security.polkit.enable = true;
@ -58,6 +53,8 @@ in {
gnome.gnome-keyring.enable = true;
xserver.videoDrivers = [ "nvidia" ];
};
sisyphus.desktop.waybar.enable = true;
};
}