fix: pin Hyprland to hyprgrass version
This commit is contained in:
parent
cdce2f1525
commit
d42221de0b
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ in
|
|||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
package = (builtins.getFlake "github:hyprwm/Hyprland").packages.x86_64-linux.default;
|
||||
package = (builtins.getFlake "github:horriblename/hyprgrass").inputs.hyprland.packages.x86_64-linux.default;
|
||||
|
||||
plugins = [
|
||||
"${(builtins.getFlake "github:horriblename/hyprgrass").packages.x86_64-linux.default}/lib/libhyprgrass.so"
|
||||
|
|
Loading…
Reference in a new issue