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