837 B
837 B
Dotfiles
Usage
Either copy and paste anything you like, or use Nix home-manager (recommended)
- Clone the repository (e.g into
~/.dotfiles
) and cd into it (cd ~/.dotfiles
) - Install Nix with flakes enabled
- Edit
flakes.nix
,home.nix
to your liking (add/remove packages, configs, etc.) - Double check your nix config, you'll probably want to edit them for yourself, especially things like the git config
- On your first run:
nix run home-manager/master -- switch --flake ~/.dotfiles
- On subsequent runs:
home-manager switch --flake ~/.dotfiles