10 lines
164 B
Nix
10 lines
164 B
Nix
|
{
|
||
|
programs.fastfetch.enable = true;
|
||
|
|
||
|
test.stubs.fastfetch = { };
|
||
|
|
||
|
nmt.script = ''
|
||
|
assertPathNotExists "home-files/.config/fastfetch/config.jsonc"
|
||
|
'';
|
||
|
}
|