Closed jennydaman closed 2 months ago
Overriding the package to include meson in nativeBuildInputs seems to work for me.
wayland.windowManager.hyprland = {
plugins = [
# inputs.Hyprspace.packages.${pkgs.system}.Hyprspace
(inputs.Hyprspace.packages.${pkgs.system}.Hyprspace.overrideAttrs ( finalAttrs: previousAttrs:{
nativeBuildInputs = with pkgs; [ meson ] ++ previousAttrs.nativeBuildInputs;
}))
];
This builds it but it still fails to load the plugin for me.
This builds it but it still fails to load the plugin for me.
Are your flake inputs up to date? What errors are you seeing?
It just said failed to load plugin at the top bar.
It just said failed to load plugin at the top bar.
Which hyprland version are you using?
My flake uses the package from inputs.hyprland ( hyprland git ).
wayland.windowManager.hyprland.package = inputs.hyprland.packages.${pkgs.system}.hyprland;
I used your readme for the setup but I must have messed it up somehow. Since I did not safe the changes there is no point in searching for the error till the next try. Thank you.
Hello,
I am trying to add Hyprspace to my home-manager config by following the instructions here: https://github.com/KZDKM/Hyprspace/blob/743ec37d02bb2b7261f28de16bf404cebfd96105/README.md#nix
When I run
home-manager switch
, I get the following error: