13 lines
185 B
Nix
13 lines
185 B
Nix
{ ... }:
|
|
{
|
|
programs.nom = {
|
|
enable = true;
|
|
settings = {
|
|
autoread = true;
|
|
};
|
|
};
|
|
|
|
nmt.script = ''
|
|
assertFileExists "home-files/.config/nom/config.yml"
|
|
'';
|
|
}
|