add scroll

This commit is contained in:
EdenQwQ 2025-04-24 23:05:33 +08:00
parent c34f676161
commit 7257183d8f
8 changed files with 155 additions and 33 deletions

View file

@ -19,6 +19,20 @@
runHook postInstall
'';
});
sway-unwrapped =
(prev.sway-unwrapped.overrideAttrs (oldAttrs: {
src = final.fetchFromGitHub {
owner = "dawsers";
repo = "scroll";
rev = "1bade4906068873259617f6f41a4ba93a3573fa3";
hash = "sha256-QnCH98x9oRpGbikSHa68R9eqdgwWD/0p0Fai1aA7x+E=";
};
patches = [ ];
})).override
{ inherit (inputs.nixpkgs-wayland.packages.${final.system}) wlroots; };
sway = prev.sway.overrideAttrs (oldAttrs: {
passthru.providedSessions = [ "scroll" ];
});
};
inherit (inputs.niri.overlays) niri;