mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
11 lines
161 B
Nix
11 lines
161 B
Nix
{
|
|
programs.anyrun = {
|
|
enable = true;
|
|
config.plugins = [ ];
|
|
};
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/anyrun/style.css
|
|
'';
|
|
}
|