diff --git a/home/system/hyprpanel/default.nix b/home/system/hyprpanel/default.nix index 98240a0..6c65b0f 100644 --- a/home/system/hyprpanel/default.nix +++ b/home/system/hyprpanel/default.nix @@ -35,20 +35,22 @@ in { hyprland.enable = true; overwrite.enable = true; overlay.enable = true; - layout = { - "bar.layouts" = { - "*" = { - "left" = [ "dashboard" "workspaces" "windowtitle" ]; - "middle" = [ "media" "cava" ]; - "right" = [ - "systray" - "volume" - "bluetooth" - "battery" - "network" - "clock" - "notifications" - ]; + settings = { + layout = { + "bar.layouts" = { + "*" = { + "left" = [ "dashboard" "workspaces" "windowtitle" ]; + "middle" = [ "media" "cava" ]; + "right" = [ + "systray" + "volume" + "bluetooth" + "battery" + "network" + "clock" + "notifications" + ]; + }; }; }; };