Hi I have been trying to add the flake for ScopeBuddy into my system. However the instructions seem really obtuse, as is seems like they tell you to add an input into your home-manager. And as far as I could tell, home-manager does not support such functionality. I have managed to add it to my system in a way that evaluates without error, but I am still unable to call it from my shell.
Are you using HM standalone and as a system module for the very same user on the same machine?
If yes, that kind of setup requires some boilerplate that I do not see the foundation here.
Other than that, the standalone config should work, but of course lacks all the other things you might have.
So you want to use home-manager.extraSpecialArgs = { inherit inputs; }, add inputs to your home.nix’ module args, and then do the suggested addition to home.packages.
Thank you so much, I could not find how to “add” inputs to home-manager. I probs should’ve figured it would need to inherit it somehow. By changing my flake.nix to this: