aboutsummaryrefslogtreecommitdiffhomepage
path: root/nixos.nix
diff options
context:
space:
mode:
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; };