mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
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"
|
||
|
'';
|
||
|
}
|