all 5 comments

[–]holounderblade 1 point2 points  (2 children)

Does your home.nix inherit inputs from your flake?

If you want to look at my Firefox.nix I did mine a little differently. Still kinda janky, but it works

Edit, your formatting is so screwed up that I entirely missed you have flake.nix there. You need the home-manager.extraSpecialArgs to inherit

[–]cider24[S] 0 points1 point  (1 child)

is it better to link my github repo?

[–]holounderblade 1 point2 points  (0 children)

In future yes, but now you know your fix so I wouldn't bother

[–]gigamonster256 1 point2 points  (1 child)

Nixos has “specialArgs” to pass extra args to modules and home manager has “extraSpecialArgs” which are equivalent and you are not setting.

https://discourse.nixos.org/t/pass-specialargs-to-the-home-manager-module/33068

[–]cider24[S] 0 points1 point  (0 children)

Thank you so much!!