1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-16 03:21:45 +02:00
home-manager/tests/modules/programs/fuzzel/empty-settings.nix
2023-05-13 15:54:34 +02:00

11 lines
150 B
Nix

{ ... }:
{
programs.fuzzel.enable = true;
test.stubs.fuzzel = { };
nmt.script = ''
assertPathNotExists home-files/.config/fuzzel
'';
}