mirror of
https://github.com/nix-community/home-manager
synced 2024-12-05 01:19:46 +01:00
10 lines
152 B
Nix
10 lines
152 B
Nix
|
{
|
||
|
programs.silicon.enable = true;
|
||
|
|
||
|
test.stubs.silicon = { };
|
||
|
|
||
|
nmt.script = ''
|
||
|
assertPathNotExists "home-files/.config/silicon/config"
|
||
|
'';
|
||
|
}
|