mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
zellij: use a stub in the extra-config test
This commit is contained in:
parent
4dda6397d8
commit
39f1bebf54
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
test.stubs = {
|
||||||
|
zellij = { };
|
||||||
|
};
|
||||||
|
|
||||||
nmt.script = ''
|
nmt.script = ''
|
||||||
assertFileExists home-files/.config/zellij/config.kdl
|
assertFileExists home-files/.config/zellij/config.kdl
|
||||||
assertFileContains \
|
assertFileContains \
|
||||||
|
|
Loading…
Reference in a new issue