-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot load plugin using home manager #37
Comments
are you actually running hyprland v0.30.0, additionally are you running hyprland v0.30.0 from nix, or something else |
Nevermind, it works now. I had to override the hyprland package like this since I'm using the default home-manager module instead of the hyprland provided home manager module. wayland.windowManager.hyprland.package = inputs.hyprland.packages.${pkgs.system}.hyprland; Perhaps that can be added to the readme? |
@outfoxxed i have the same issue but can't get it to work. I think my setup is correct because i can see inside hyprland.conf this line:
And also the file exists and all is ok, but i'm still getting that red error message about "failed to load the following plugins". I'm using Any idea? Thx. EDIT: I was pulling from master, instead you have to target the specific release:
|
The nixpkgs version says the same thing. I just used a simple
And the git version fails to build with this as the error:
-- Build files have been written to: /build/zh0di7gakw57psbk9xb574aldvk7x3k7-source/build |
Fixed yesterday. not sure why this issue was open. |
Here's a minimal nix flake
Upon rebuilding my system with
home-manager switch
I get the following errorThe text was updated successfully, but these errors were encountered: