anyrun: Remove unused plugins

This commit is contained in:
Erwin Boskma 2024-05-29 19:51:19 +02:00
parent 85e3f362c0
commit 8f8a97933d
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -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;
};