add rink plugin for anyrun to calculate and convert units

This commit is contained in:
Gabriella Bere 2024-08-24 13:38:09 +01:00
parent 6764996241
commit 40e598fd08

View file

@ -125,6 +125,7 @@
"$mod, F, exec, firefox" "$mod, F, exec, firefox"
"$mod, 1, exec, alacritty" "$mod, 1, exec, alacritty"
"$mod, D, exec, vesktop" "$mod, D, exec, vesktop"
"$mod, space, exec, anyrun"
# Screenshot tool # Screenshot tool
", Print, exec, grimblast copy area" ", Print, exec, grimblast copy area"
@ -257,6 +258,7 @@
plugins = [ plugins = [
# An array of all the plugins you want, which either can be paths to the .so files, or their packages # An array of all the plugins you want, which either can be paths to the .so files, or their packages
inputs.anyrun.packages.${pkgs.system}.applications inputs.anyrun.packages.${pkgs.system}.applications
inputs.anyrun.packages.${pkgs.system}.rink
# ./some_plugin.so # ./some_plugin.so
# "${inputs.anyrun.packages.${pkgs.system}.anyrun-with-all-plugins}/lib/kidex" # "${inputs.anyrun.packages.${pkgs.system}.anyrun-with-all-plugins}/lib/kidex"
]; ];