diff --git a/home/features/wayland/hyprland/hyprland.conf b/home/features/wayland/hyprland/hyprland.conf index 9cdd2e9..b1db2eb 100644 --- a/home/features/wayland/hyprland/hyprland.conf +++ b/home/features/wayland/hyprland/hyprland.conf @@ -63,6 +63,7 @@ bind = $mod, Q, exec, wlogout # Show logout menu bind = $mod, L, exec, loginctl lock-session # Lock screen bind = $mod, P, exec, wofi --show drun # Launch app bind = $mod, B, exec, wlsunset-toggle # Toggle blue light filter thingy +bind = $mod, V, exec, vimclip # Vim anywhere! # Work with the special workspace bind = $mod, x, togglespecialworkspace, diff --git a/pkgs/vimclip.nix b/pkgs/vimclip.nix index a407a8d..60a7b86 100644 --- a/pkgs/vimclip.nix +++ b/pkgs/vimclip.nix @@ -1,13 +1,13 @@ { pkgs, lib, ... }: let vimclip = pkgs.stdenv.mkDerivation rec { name = "vimclip"; - rev = "7f53433"; + rev = "52003cc31e6e1d20550cdf6b7d3bf1a019a34fa0"; src = pkgs.fetchFromGitHub { inherit rev; owner = "hrantzsch"; repo = "vimclip"; - sha256 = "cl5y7Lli5frwx823hoN17B2aQLNY7+njmKEDdIbhc4Y="; + sha256 = "1ifsiiafvby8z9gp1x6fpfwklr6k9mg5vrajw9di06yixmrxzw7g"; }; installPhase = ''