mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-09 18:26:54 +00:00
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"
|
|
'';
|
|
}
|