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

error: undefined variable 'herbsflutwm' (home-manager + Fedora) #28

Closed
DamienCassou opened this issue Feb 14, 2023 · 1 comment · Fixed by #29
Closed

error: undefined variable 'herbsflutwm' (home-manager + Fedora) #28

DamienCassou opened this issue Feb 14, 2023 · 1 comment · Fixed by #29
Labels
bug Something isn't working properly

Comments

@DamienCassou
Copy link
Contributor

I can't make stylix work on home-manager + Fedora.

{pkgs, ...}@args:

let
  base16 = import ../../base16;
  palette-generator = pkgs.callPackage ../../stylix/palette-generator { };
in
{
  stylix.image = pkgs.fetchurl {
    url = "https://www.pixelstalk.net/wp-content/uploads/2016/05/Epic-Anime-Awesome-Wallpapers.jpg";
    sha256 = "enQo3wqhgf0FEPHj2coOCvo7DuZv+x5rL/WIo4qPI50=";
  };

  imports = [
    (import ../../stylix/stylix/hm {
      inherit palette-generator;
      base16 = base16 args;
    })
  ];
}

Here is the error I get when trying to build it:

error: undefined variable 'herbsflutwm'

       at /nix/store/56fjxq6xzrf2sznbhaqcw9m34wc6rd9l-modules/feh/hm.nix:8:42:

            7|     (with config.xsession.windowManager; bspwm.enable
            8|                                       || herbsflutwm.enable
             |                                          ^
            9|                                       || i3.enable
(use '--show-trace' to show detailed location information)

I'm on the very latest commit of both stylix and home-manager.

@danth
Copy link
Owner

danth commented Feb 14, 2023

Looks like a typo, could you try changing that to herbstluftwm?

DamienCassou added a commit to DamienCassou/stylix that referenced this issue Feb 15, 2023
DamienCassou added a commit to DamienCassou/stylix that referenced this issue Feb 15, 2023
DamienCassou added a commit to DamienCassou/stylix that referenced this issue Feb 15, 2023
@danth danth closed this as completed in 5190376 Feb 15, 2023
@danth danth added the bug Something isn't working properly label Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working properly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants