diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-09-10 01:07:04 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-09-10 01:09:54 +0000 |
| commit | f16271f18f3ca7f1afb126307bc687c4c89e8bed (patch) | |
| tree | 2f65acbcb235b1fc28faf4ee545b00249354b166 /README.md | |
| parent | 6933d63895ee9c23319873a6020096ef7c4ee155 (diff) | |
routine updates, some cleanup, readme refresh
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,4 +1,25 @@ +These are my dotfiles for various machines I use with Nix. + + +Some of machines are standard NixOS, some Darwin + Nix, and some just Nix on a +different distro where I just need my user configs managed, not the full system. + + +I've settled on using Home Manager to trigger even system-level re-builds just because +it is quite convenient to do so, as opposed to doing it separately. It is probably +not the best approach, but it works for me. + + +Having it all be part of the same flake means that I get the same version of software +on all of these machines, which is nice. + + +I use GNU Stow to manage the Nix, and HM dotfiles themselves. ```bash +# On non-NixOS, you can usually find it in your distro's package manager + +# On NixOS, you can do +# nix-shell -p stow stow -v -t ~ nix home-manager ``` |
