4d19ca4703
GitOrigin-RevId: a7117efb3725e6197dd95424136f79147aa35e5b
9 lines
164 B
Nix
9 lines
164 B
Nix
{
|
|
programs.fastfetch.enable = true;
|
|
|
|
test.stubs.fastfetch = { };
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists "home-files/.config/fastfetch/config.jsonc"
|
|
'';
|
|
}
|