summaryrefslogtreecommitdiff
path: root/nix/programs
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-01-23 21:05:37 -0500
committerFreya Murphy <freya@freyacat.org>2025-01-23 21:05:37 -0500
commit80ee80cd534c436a2271aa936248b988f205c68e (patch)
tree1ab2a4e282a6d914003ebf39808e1f854a75a7e9 /nix/programs
parentadd scrcpy (diff)
downloaddotfiles-nix-80ee80cd534c436a2271aa936248b988f205c68e.tar.gz
dotfiles-nix-80ee80cd534c436a2271aa936248b988f205c68e.tar.bz2
dotfiles-nix-80ee80cd534c436a2271aa936248b988f205c68e.zip
xwayland is working again
Diffstat (limited to 'nix/programs')
-rw-r--r--nix/programs/hypr/hyprland.nix4
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