Skip to content
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

Plugin fails to load on nixos #215

Open
Acisama opened this issue Feb 23, 2025 · 7 comments
Open

Plugin fails to load on nixos #215

Acisama opened this issue Feb 23, 2025 · 7 comments
Labels
bug Something isn't working

Comments

@Acisama
Copy link

Acisama commented Feb 23, 2025

Describe the bug
I followed the guide and put it as an input in my flake and then enabled it in the home-manger config using wayland.windowManager.hyprland .plugins = [ inputs.hyprgrass.packages.${pkgs.system}.default ];

Log
hyprland.log

Screenshots
Image

Desktop (please complete the following information):

  • OS: nixos
  • output of hyprctl version or Hyprland -v:
Date: 2024-11-19
Tag: v0.45.2, commits: 12f9a0d0b93f691d4d9923716557154d74777b0a
built against aquamarine 0.4.4


flags set:
debug 
  • output of hyprctl plugin list:
    no plugins loaded

Additional context
Also can't use hyprpm because it doesn't find meson, cpio and cmake despite them being installed

@Acisama Acisama added the bug Something isn't working label Feb 23, 2025
@horriblename
Copy link
Owner

  1. did you override hyprgrass.inputs.hyprland
  2. did you set the hyprland package to the git version

@Acisama
Copy link
Author

Acisama commented Feb 23, 2025

What do you mean with override?
I have plugins = [ inputs.hyprgrass.packages.${pkgs.system}.default ]; in my config.

With 2. do you mean the flake guide from https://wiki.hyprland.org/Nix/Hyprland-on-NixOS/?
I did that and it still has the same error

@horriblename
Copy link
Owner

What do you mean with override?

override your flake input

{
  inputs = {
    hyprgrass.inputs.hyprland.follows = "hyprland" ;
 } 
} 

@horriblename
Copy link
Owner

also, make sure the correct hyprland package is set for both NixOS config and home manager config l

@Acisama
Copy link
Author

Acisama commented Feb 23, 2025

also, make sure the correct hyprland package is set for both NixOS config and home manager config l

Thanks, that solved it!

@Acisama Acisama closed this as completed Feb 23, 2025
@Acisama Acisama reopened this Feb 23, 2025
@Acisama
Copy link
Author

Acisama commented Feb 23, 2025

Actually, now discord, whatsapp and steam don't work because they don't find X or something similar

@horriblename
Copy link
Owner

horriblename commented Feb 23, 2025

that... falls outside my field of expertise, try asking in Hyprland discord

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants