diff options
Diffstat (limited to 'test/sandbox/case/tty.nix')
| -rw-r--r-- | test/sandbox/case/tty.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/sandbox/case/tty.nix b/test/sandbox/case/tty.nix index 6acc43dc..ab50d420 100644 --- a/test/sandbox/case/tty.nix +++ b/test/sandbox/case/tty.nix @@ -165,7 +165,12 @@ u0 = fs "800001c0" { a2 = fs "800001c0" { ".cache" = fs "800001ed" { ".keep" = fs "80001ff" null ""; } null; - ".config" = fs "800001ed" { "environment.d" = fs "800001ed" { "10-home-manager.conf" = fs "80001ff" null null; } null; } null; + ".config" = fs "800001ed" { + "environment.d" = fs "800001ed" { "10-home-manager.conf" = fs "80001ff" null null; } null; + systemd = fs "800001ed" { + user = fs "800001ed" { "tray.target" = fs "80001ff" null null; } null; + } null; + } null; ".local" = fs "800001ed" { state = fs "800001ed" { home-manager = fs "800001ed" { gcroots = fs "800001ed" { current-home = fs "80001ff" null null; } null; } null; |
