9 lines
136 B
Nix
9 lines
136 B
Nix
{
|
|
config = {
|
|
programs.man = { enable = true; };
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.manpath
|
|
'';
|
|
};
|
|
}
|