Go to file
2023-09-01 10:24:50 -04:00
config emacs: add tree-sitter 2023-07-24 16:49:40 -04:00
darwin 🎨 add pre-commit-hooks and cleanup 2023-07-26 13:04:43 -04:00
modules 🚚 move doom/emacs install path 2023-09-01 10:24:50 -04:00
.envrc 🔧 clean up flake.nix 2022-06-22 16:32:51 -04:00
.gitignore 🎨 add pre-commit-hooks and cleanup 2023-07-26 13:04:43 -04:00
flake.lock 🚚 move doom/emacs install path 2023-09-01 10:24:50 -04:00
flake.nix 🐛 fix invalid packages definition 2023-08-04 17:22:18 -04:00
home.nix 🎨 add pre-commit-hooks and cleanup 2023-07-26 13:04:43 -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