mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
fix: hyprscroller correctly
This commit is contained in:
parent
715283cc9e
commit
7b0d37bb5b
3 changed files with 61 additions and 11 deletions
|
@ -84,17 +84,7 @@ in
|
|||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
(pkgs.hyprlandPlugins.hyprscroller.overrideAttrs {
|
||||
version = "0-unstable-2025-03-28";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "cpiber";
|
||||
repo = "hyprscroller";
|
||||
rev = "de97924b6d1086d84939b6f6688637f7b21d8d80";
|
||||
hash = "sha256-m9689UH+w8Z/qP/DKYtzQfIGfiE4jgBAfO+uH34cfNs=";
|
||||
};
|
||||
})
|
||||
];
|
||||
plugins = [ pkgs.hyprlandPlugins.hyprscroller ];
|
||||
settings = {
|
||||
exec-once = [
|
||||
"hyprctl dispatch workspace 100000"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue