diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 16:56:51 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 16:56:51 +0100 |
| commit | 4ff3c05ea1633666b92c45b70be1e22720be263a (patch) | |
| tree | b0b583a260763ea40826b65273b3fda25fc91455 | |
| parent | b4ee2f0b00ff3d7c0182b572759598fe8ed36205 (diff) | |
fixed xwayland config
| -rw-r--r-- | modules/nixos/des/hyprland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/des/hyprland.nix b/modules/nixos/des/hyprland.nix index a8e908e..ba68866 100644 --- a/modules/nixos/des/hyprland.nix +++ b/modules/nixos/des/hyprland.nix @@ -9,7 +9,7 @@ }; # Wayland support - xwayland.enable = true; + services.xserver.xwayland.enable = true; # XDG portal for Wayland xdg.portal = { |
