1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-10 18:57:22 +00:00
home-manager/tests/modules/programs/vinegar/empty-settings.nix
2025-02-21 07:48:51 -06:00

7 lines
126 B
Nix

{
programs.vinegar.enable = true;
nmt.script = ''
assertPathNotExists home-files/.config/vinegar/config.toml
'';
}