From 8859f2e4fa2aba8462e568b161bf0496335644ea Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sat, 29 Mar 2025 12:18:57 -0700 Subject: [PATCH] feat: manually bump hyprscroller to chase hyprland 0.48.1 --- .../linux/desktop-environment/hyprland/default.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/hm/modules/linux/desktop-environment/hyprland/default.nix b/hm/modules/linux/desktop-environment/hyprland/default.nix index 8e2fe22..9173803 100644 --- a/hm/modules/linux/desktop-environment/hyprland/default.nix +++ b/hm/modules/linux/desktop-environment/hyprland/default.nix @@ -77,7 +77,17 @@ in wayland.windowManager.hyprland = { enable = true; - plugins = [ pkgs.hyprlandPlugins.hyprscroller ]; + plugins = [ + (pkgs.hyprlandPlugins.hyprscroller.overrideAttrs { + version = "0-unstable-2025-03-28"; + src = pkgs.fetchFromGitHub { + owner = "dawsers"; + repo = "hyprscroller"; + rev = "3f86916f3e9a583154b1be0af4e8a1ef1f7435b2"; + hash = "sha256-mgYq3vc4JtIzVuAKTWdALOynImYyNZEXh7tiVPvMZg4="; + }; + }) + ]; settings = { exec-once = [ "hyprctl dispatch workspace 100000"