diff options
author | Freya Murphy <freya@freyacat.org> | 2025-01-23 21:05:37 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-01-23 21:05:37 -0500 |
commit | 80ee80cd534c436a2271aa936248b988f205c68e (patch) | |
tree | 1ab2a4e282a6d914003ebf39808e1f854a75a7e9 /nix/programs/hypr/hyprland.nix | |
parent | add scrcpy (diff) | |
download | dotfiles-nix-80ee80cd534c436a2271aa936248b988f205c68e.tar.gz dotfiles-nix-80ee80cd534c436a2271aa936248b988f205c68e.tar.bz2 dotfiles-nix-80ee80cd534c436a2271aa936248b988f205c68e.zip |
xwayland is working again
Diffstat (limited to '')
-rw-r--r-- | nix/programs/hypr/hyprland.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/programs/hypr/hyprland.nix b/nix/programs/hypr/hyprland.nix index 1b98d9e..137fc45 100644 --- a/nix/programs/hypr/hyprland.nix +++ b/nix/programs/hypr/hyprland.nix @@ -48,7 +48,7 @@ in ]; }; - #programs.xwayland.enable = true; + programs.xwayland.enable = true; home-manager.users.${config.user} = { wayland.windowManager.hyprland = { @@ -56,7 +56,7 @@ in enable = true; package = hyprland.hyprland; - xwayland.enable = false; # FIXME: keeps crashing!!! + xwayland.enable = true; systemd.enable = true; # Plugins |