8 lines
118 B
Nix
8 lines
118 B
Nix
{ ... }:
|
|
{
|
|
programs.nom.enable = false;
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists "home-files/.config/nom"
|
|
'';
|
|
}
|