mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
feat: next generation hyprscroller layout
This commit is contained in:
parent
787a4e8c41
commit
92cb6ca5d6
4 changed files with 89 additions and 17 deletions
|
@ -11,5 +11,16 @@ in
|
|||
{
|
||||
nixpkgs.overlays = [
|
||||
(import ../pkgs { inherit pkgs; })
|
||||
(final: prev: {
|
||||
hyprlandPlugins.hyprscroller = prev.hyprlandPlugins.hyprscroller.overrideAttrs {
|
||||
version = "0-unstable-2025-01-16";
|
||||
src = prev.fetchFromGitHub {
|
||||
owner = "dawsers";
|
||||
repo = "hyprscroller";
|
||||
rev = "e250f38bde9659ee8459c05a173bcc5c2655418f";
|
||||
hash = "sha256-rqDfY/wPG2F5NfHx6yEWMRybapNwmjjawQ7tWe6gDaw=";
|
||||
};
|
||||
};
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue