My dotfiles. Powered by Nix.
Install Nix (docs):
curl -L https://nixos.org/nix/install | sh
Bootstrap nix-darwin: (docs):
nix run nix-darwin -- switch --flake ./nix-darwin#main
Nix home-manager dotfiles have some issue due to protection policies. Some app need to access their configs in write mode.
As a workaround, use stow
(you might need to remove already existing folders inside ~/.config
):
stow .
This dotfiles are heavily inspired by: