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 = {
|
programs.anyrun = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
plugins = with anyrunPkgs; [
|
plugins = with anyrunPkgs; [ applications ];
|
||||||
applications
|
|
||||||
dictionary
|
|
||||||
rink
|
|
||||||
stdin
|
|
||||||
shell
|
|
||||||
symbols
|
|
||||||
translate
|
|
||||||
];
|
|
||||||
width = {
|
width = {
|
||||||
fraction = 0.3;
|
fraction = 0.3;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue