aboutsummaryrefslogtreecommitdiffhomepage
path: root/nixos.nix
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-02-15 10:45:27 +0900
committerOphestra <cat@gensokyo.uk>2025-02-15 10:45:27 +0900
commit6ae02e72faa0fb5d7b26ced6d7cad392cfdd0a56 (patch)
tree2953c61a4f28dcb869bc3152c3fe10f812249523 /nixos.nix
parent989fb5395f49b24b2096b331392cfb5770cf3d47 (diff)
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 <cat@gensokyo.uk>
Diffstat (limited to 'nixos.nix')
-rw-r--r--nixos.nix1
1 files changed, 1 insertions, 0 deletions
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; };