danth / stylix

System-wide colorscheming and typography for NixOS
https://stylix.danth.me/
MIT License
904 stars 105 forks source link

home manager bemenu option missing #375

Closed AdamDunmore closed 3 weeks ago

AdamDunmore commented 1 month ago

Im attempting to install stylix on my nixos system.

When I rebuild my system with this config:

{ pkgs, stylix, ... }:

{
    stylix = {
        image = ../../assets/wallpaper.png;
    };
}

I get this error:

error: The option `home-manager.users.adam.programs.bemenu' does not exist. Definition values:
       - In `/nix/store/q2sjkd85aa9q5bf22gxg0m9ks3a9xw45-modules/bemenu/hm.nix':

I dont use bemenu and nor do I have it installed. I have tried to install it but the error persists.

Any help would be great.

More info can be provided however I am running Nixos 21.14 with Hyprland.

Thanks

trueNAHO commented 1 month ago

I get this error:

error: The option `home-manager.users.adam.programs.bemenu' does not exist. Definition values:
       - In `/nix/store/q2sjkd85aa9q5bf22gxg0m9ks3a9xw45-modules/bemenu/hm.nix':

I dont use bemenu and nor do I have it installed. I have tried to install it but the error persists.

I assume there is some sort of version mismatch. Consider taking a look at https://github.com/danth/stylix/issues/241.

More info can be provided however I am running Nixos 21.14 with Hyprland.

Could you share your input versions?

AdamDunmore commented 1 month ago

Super sorry. Missed this when checking for duplicate issues.

I have I weird setup that gives me odd inputs for my hyprland package. I've not been able to fix it so I left it and forgot.

Thanks for the help.