If I can find out how to make it work without the double definition
i'll be happy
This commit is contained in:
parent
e7608a6c3d
commit
578cb7f3a9
6 changed files with 13 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue