10 lines
161 B
Nix
10 lines
161 B
Nix
{
|
|
programs.anyrun = {
|
|
enable = true;
|
|
config.plugins = [ ];
|
|
};
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/anyrun/style.css
|
|
'';
|
|
}
|