1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-15 09:30:18 +02:00
home-manager/tests/modules/programs/fastfetch/default-configuration.nix
2024-05-10 12:42:39 +02:00

10 lines
164 B
Nix

{
programs.fastfetch.enable = true;
test.stubs.fastfetch = { };
nmt.script = ''
assertPathNotExists "home-files/.config/fastfetch/config.jsonc"
'';
}