this post was submitted on 06 Sep 2023
5 points (100.0% liked)

NixOS

992 readers
1 users here now

NixOS is a Linux distribution built on top of the Nix package manager. Its declarative configuration allows reliable system upgrades via several official channels of stability and size.

This community discusses NixOS, Nix, and everything related.

founded 1 year ago
MODERATORS
 

Used nix last year but dropped it after home-manager decided to unlink the apps from the Applications directory.

How is the current situation on usability of nix-Darwin + home-manager + brew?

Packages still fails to get indexed correctly in spotlight? I really like a fully repro environment but the fact that the usu ability was low bothered me a lot.

top 1 comments
sorted by: hot top controversial new old
[–] natecox 5 points 1 year ago

I use nix-darwin + home-manager (with a sprinkle of homebrew) as my daily use dotfiles config for home and work, and have for the least year or so. It works great, after some initial growing pains.

There is a trivial fix for spotlight which makes it work correctly. You can view it here: https://github.com/natecox/dotfiles/blob/3c9b493afd893c0ebd0a355b81ad81f99fcfcdf2/modules/home-manager/default.nix#L40