diff options
Diffstat (limited to 'test/configuration.nix')
| -rw-r--r-- | test/configuration.nix | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/configuration.nix b/test/configuration.nix index 18aaeda9..58bc19a0 100644 --- a/test/configuration.nix +++ b/test/configuration.nix @@ -127,6 +127,21 @@ }; }; + "cat.gensokyo.extern.foot.noEnablements.immediate" = { + name = "ne-foot-immediate"; + identity = 1; + shareUid = true; + verbose = true; + immediate_termination = true; + share = pkgs.foot; + packages = [ ]; + command = "foot"; + capability = { + dbus = false; + pulse = false; + }; + }; + "cat.gensokyo.extern.foot.pulseaudio" = { name = "pa-foot"; identity = 2; |
