anyrun: Remove unused plugins
This commit is contained in:
parent
85e3f362c0
commit
8f8a97933d
1 changed files with 1 additions and 9 deletions
|
@ -19,15 +19,7 @@ in
|
|||
programs.anyrun = {
|
||||
enable = true;
|
||||
config = {
|
||||
plugins = with anyrunPkgs; [
|
||||
applications
|
||||
dictionary
|
||||
rink
|
||||
stdin
|
||||
shell
|
||||
symbols
|
||||
translate
|
||||
];
|
||||
plugins = with anyrunPkgs; [ applications ];
|
||||
width = {
|
||||
fraction = 0.3;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue