From 8060c725b698f621678eae90337b631a12d6bf60 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Tue, 23 Jun 2026 21:57:30 +0200 Subject: [PATCH] Added XWayland to Niri --- modules_dentritic/features/desktop/rice/niri.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules_dentritic/features/desktop/rice/niri.nix b/modules_dentritic/features/desktop/rice/niri.nix index 0cd8051..dd90ab4 100644 --- a/modules_dentritic/features/desktop/rice/niri.nix +++ b/modules_dentritic/features/desktop/rice/niri.nix @@ -31,7 +31,7 @@ "Mod+Q".close-window = {}; }; - xwayland-satellite.path = lib.getExe config.pkgs.xwayland-satellite; + xwayland-satellite.path = lib.getExe pkgs.xwayland-satellite; }; }; };