Go to file
2022-06-08 10:13:35 -04:00
config 🩹 disable format on save for now. 2022-05-09 11:32:03 -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 💄 dracula for tmux 2022-05-10 22:20:33 -04:00
README.md Add nix-channel update 2022-06-07 14:26:19 -07: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
    • nix-channel --update
  4. Link ./darwin/configuration.nix to ~/.nixpkgs/darwin-configuration.nix
  5. Run darwin-rebuild switch