1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-12-04 17:09:47 +01:00
home-manager/tests/modules/programs/silicon/default-configuration.nix
2024-05-10 12:55:29 +02:00

9 lines
152 B
Nix

{
programs.silicon.enable = true;
test.stubs.silicon = { };
nmt.script = ''
assertPathNotExists "home-files/.config/silicon/config"
'';
}