mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
f61917cbaa
PR #5363
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"
|
|
'';
|
|
}
|