From 35b94e60096a311ccd5b2365a77bfdaf00a49ada Mon Sep 17 00:00:00 2001 From: Alexandre Date: Tue, 23 Jun 2026 21:56:27 +0200 Subject: [PATCH] Added XWayland to Niri --- modules_dentritic/features/desktop/rice/niri.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules_dentritic/features/desktop/rice/niri.nix b/modules_dentritic/features/desktop/rice/niri.nix index 5bacd91..0cd8051 100644 --- a/modules_dentritic/features/desktop/rice/niri.nix +++ b/modules_dentritic/features/desktop/rice/niri.nix @@ -30,6 +30,8 @@ "Mod+R".spawn = [ "wofi" "--show" "drun"]; "Mod+Q".close-window = {}; }; + + xwayland-satellite.path = lib.getExe config.pkgs.xwayland-satellite; }; }; };