mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-04 04:35:29 +00:00
Nix Dotfiles
This is my folder where I migrate my current dotfile setup to Nix, nix-darwin, and home-manager.
[!DANGER] Warning This is a work in progress and I am still learning Nix, so expect things to be broken.
# First time install
nix run nix-darwin -- switch --flake ~/.config/nix-darwin
Make sure this is added to your path:
export PATH="/run/current-system/sw/bin:$PATH"
# Switch to new configuration
darwin-rebuild switch --flake ~/.dotfiles/nix