1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-09 22:58:43 +02:00
home-manager/tests/modules/programs/fuzzel/empty-settings.nix

12 lines
150 B
Nix
Raw Normal View History

2023-03-01 15:57:55 +01:00
{ ... }:
{
programs.fuzzel.enable = true;
test.stubs.fuzzel = { };
nmt.script = ''
assertPathNotExists home-files/.config/fuzzel
'';
}