-
Notifications
You must be signed in to change notification settings - Fork 47
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
NixOs: Error: Failed to load plugin #30
Comments
I have the exact same issue and would love to know how to solve this. I suspect it is because in your (and my) config, split-monitor-workspaces builds on the Hyprland pointed at by hyprland.url, while the actual Hyprland we use is the one from home-manager. |
add wayland.windowManager.hyprland = {
...
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
...
} that fixes it for me and is listed on the hyprland wiki for using flakes :) |
This did not fix it for me. I tried with or without cachix. The plugin does not crash when I start hyprland in a nested window. |
This is broken for me too, I tried to use a custom version for a while but it went 404. |
For now at least, just use Hyprsplit. They are functionality wise the exact same for me https://github.com/shezdy/hyprsplit |
works fine for me. here's what i did (make sure to add your settings option):
parts of my flake
|
I think it's worth mentioning here that I had to restart Hyprland for the fix presented by @OakleyCord to work. |
I had same issue, but resolved after executing $ hyprctl version
$ hyprctl plugin list
It looks can happen if the version of hyprland is older than plugin expected. |
Hi!
I'm using NixOs and I want to use this plugin in my Hyprland.
After installing my plugin with Home-manager it shows that error:
Can you help me please?
Here is my flake.nix (string "username" is changed with my actual user name):
The text was updated successfully, but these errors were encountered: