1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-12-05 01:19:46 +01:00
home-manager/tests/modules/programs/silicon/default-configuration.nix

10 lines
152 B
Nix
Raw Normal View History

2024-05-09 16:56:36 +02:00
{
programs.silicon.enable = true;
test.stubs.silicon = { };
nmt.script = ''
assertPathNotExists "home-files/.config/silicon/config"
'';
}