- Install
nix - Clone this repo to
${HOME}/dotfilesdirectory andcdthere. - Activate config with:
nix run home-manager/master -- switch --flake .#damian - Subsequent calls cal be done via
home-manager:home-manager switch --flake .#damian
1password
docker-ce
google-chrome
wezterm
zed
| action | cmd |
|---|---|
| update inputs in lock file | nix flake update |
| nixos config switch | nixos-rebuild switch --flake . |
| home-manager init | nix run home-manager/master -- switch --flake . |
| home-manager switch | home-manager switch --flake . |
| remove old generations | nix-collect-garbage --delete-older-than 1w |