1
0
mirror of https://github.com/nix-community/home-manager synced 2024-08-19 18:46:30 +02:00
home-manager/tests/modules/programs/fastfetch/default-configuration.nix

10 lines
164 B
Nix
Raw Normal View History

2024-05-02 02:23:11 +02:00
{
programs.fastfetch.enable = true;
test.stubs.fastfetch = { };
nmt.script = ''
assertPathNotExists "home-files/.config/fastfetch/config.jsonc"
'';
}