Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.07 KB

File metadata and controls

38 lines (30 loc) · 1.07 KB

dotfiles

How to setup and use?

non-NixOS

  1. Install nix
  2. Clone this repo to ${HOME}/dotfiles directory and cd there.
  3. Activate config with:
    nix run home-manager/master -- switch --flake .#damian
  4. Subsequent calls cal be done via home-manager:
    home-manager switch --flake .#damian

Other software

1password
docker-ce
google-chrome
wezterm
zed

Cheatsheet

nix flakes

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