mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: manually bump hyprscroller to chase hyprland 0.48.1
This commit is contained in:
parent
b9e5ae8afd
commit
8859f2e4fa
1 changed files with 11 additions and 1 deletions
|
@ -77,7 +77,17 @@ in
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
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 = {
|
settings = {
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"hyprctl dispatch workspace 100000"
|
"hyprctl dispatch workspace 100000"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue