diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-02-15 10:45:27 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-02-15 10:45:27 +0900 |
| commit | 6ae02e72faa0fb5d7b26ced6d7cad392cfdd0a56 (patch) | |
| tree | 2953c61a4f28dcb869bc3152c3fe10f812249523 /nixos.nix | |
| parent | 989fb5395f49b24b2096b331392cfb5770cf3d47 (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.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; }; |
