diff --git a/nixos/desktop/hyprland.nix b/nixos/desktop/hyprland.nix index 67dfdce8..7281d541 100644 --- a/nixos/desktop/hyprland.nix +++ b/nixos/desktop/hyprland.nix @@ -5,7 +5,9 @@ ]; programs.hyprland = { enable = true; - xwayland = true; - hidpi = true; + xwayland = { + enable = true; + hidpi = true; + }; }; }