Go to file
2022-05-06 19:56:16 -04:00
config 🔧 use nixpkgs-fmt 2022-05-06 19:56:16 -04:00
darwin 📦 updating packages 2022-04-28 23:08:40 -04:00
.gitignore initial flake 2021-12-27 22:23:10 -05:00
flake.lock 🧹clean up flake 2021-12-28 23:50:06 -05:00
flake.nix 🧹clean up flake 2021-12-28 23:50:06 -05:00
home.nix messing with ls -> exa 2022-01-06 20:51:37 -05:00
README.md 🧹 cleaning up some old docs, etc 2021-03-22 22:59:58 -04:00

dotfiles

This is how I manage my workstations. Currently using nix (and nix-darwin).

Install

  1. Install nix (daemon mode): sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume --daemon
  2. Install nix-darwin:
    • nix-build https://github.com/LnL7/nix-darwin/archive/master.tar.gz -A installer
    • ./result/bin/darwin-installer
  3. Add home-manager channel: nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
  4. Link ./darwin/configuration.nix to ~/.nixpkgs/darwin-configuration.nix
  5. Run darwin-rebuild switch