mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-02-22 12:55:33 +08:00
add scroll
This commit is contained in:
parent
c34f676161
commit
7257183d8f
8 changed files with 155 additions and 33 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue