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; }; }; };