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,8 +30,8 @@ in
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
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 = [
|
plugins = [
|
||||||
"${(builtins.getFlake "github:horriblename/hyprgrass").packages.x86_64-linux.default}/lib/libhyprgrass.so"
|
"${(builtins.getFlake "github:horriblename/hyprgrass").packages.x86_64-linux.default}/lib/libhyprgrass.so"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue