mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-10 10:47:02 +00:00
7 lines
126 B
Nix
7 lines
126 B
Nix
{
|
|
programs.vinegar.enable = true;
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/vinegar/config.toml
|
|
'';
|
|
}
|