diff options
Diffstat (limited to 'test/sandbox/configuration.nix')
| -rw-r--r-- | test/sandbox/configuration.nix | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/test/sandbox/configuration.nix b/test/sandbox/configuration.nix index 5bca7fed..dc96d64d 100644 --- a/test/sandbox/configuration.nix +++ b/test/sandbox/configuration.nix @@ -67,10 +67,11 @@ in home-manager = _: _: { home.stateVersion = "23.05"; }; - apps = [ - testCases.preset - testCases.tty - testCases.mapuid + apps = with testCases; [ + preset + tty + mapuid + device ]; }; } |
