Hi there,
When you search nixpkgs and options, I have noticed that some packages (I will use noisetorch
as my example) have not only a package result but then also under options have something like programs.noisetorch.enable
.
Q’s (non home-manager):
- Is there a difference between installing the package or using
programs.noisetorch.enable = true;
? - Or: does
programs.noisetorch.enable = true;
do additional configuration? - Is it one or the other, or both when adding the package?
In the context of home-manager, I am aware that enabling it there also installs the package.
Thank you.