If I can find out how to make it work without the double definition

i'll be happy
This commit is contained in:
Noa Aarts 2024-04-05 13:58:29 +02:00
parent e7608a6c3d
commit 578cb7f3a9
6 changed files with 13 additions and 9 deletions

View file

@ -25,12 +25,12 @@ in
config = lib.mkIf cfg.enable {
modules = {
waybar = {
enable = lib.mkDefault true;
modules = {
left = [ "hyprland/workspaces" "tray" "hyprland/window" ];
center = [ "clock" ];
right = [ "custom/vpn" "wireplumber" "network" "cpu" "memory" "temperature" "custom/poweroff" ];
right = [ "custom/vpn" "wireplumber" "network" "cpu" "memory" "custom/poweroff" ];
};
enable = lib.mkDefault true;
};
wofi.enable = lib.mkDefault true;
dunst.enable = lib.mkDefault true;