From 6ae02e72faa0fb5d7b26ced6d7cad392cfdd0a56 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 15 Feb 2025 10:45:27 +0900 Subject: nix: test direct_wayland behaviour This should never be used outside tests unless you absolutely know what you're doing or are using GNOME. Signed-off-by: Ophestra --- nixos.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos.nix') diff --git a/nixos.nix b/nixos.nix index c5729ada..103ff6e7 100644 --- a/nixos.nix +++ b/nixos.nix @@ -118,6 +118,7 @@ in }; map_real_uid = app.mapRealUid; no_new_session = app.tty; + direct_wayland = app.insecureWayland; filesystem = let bind = src: { inherit src; }; -- cgit v1.3.1