From 40e598fd081877721c3d9f0ed35e1f83949a329b Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Sat, 24 Aug 2024 13:38:09 +0100 Subject: [PATCH] add rink plugin for anyrun to calculate and convert units --- home-manager/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-manager/home.nix b/home-manager/home.nix index b3de6b5..ccb959a 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -125,6 +125,7 @@ "$mod, F, exec, firefox" "$mod, 1, exec, alacritty" "$mod, D, exec, vesktop" + "$mod, space, exec, anyrun" # Screenshot tool ", Print, exec, grimblast copy area" @@ -257,6 +258,7 @@ plugins = [ # 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}.rink # ./some_plugin.so # "${inputs.anyrun.packages.${pkgs.system}.anyrun-with-all-plugins}/lib/kidex" ];