I need Nix Home Manger advice… What packages do you generally add to you nix configuration vs. using your native package manager?
My current thinking is…
- Dev related packages = home-manager
- Packages that need global access, and packages that are utilities = apt/brew/yum, etc.
- Packages, like graphic utilities load via nix-shell when needed.
What's the best strategy?
