top | item 40159582

(no title)

hazebooth | 1 year ago

Without reading the article: I've used Nix on macOS without nix-darwin or home-manager for some time now. I define my packages in a flake.nix that exports an environment and I use install using `nix profile`.

discuss

order

pxc|1 year ago

That's a great setup for package management. Stuff like Nix-Darwin and Home Manager start to shine when you want to also do some configuration management. For just package management, your approach is probably better in that it's simpler.