My dotfiles collection for configuring frequently used programs. Managed via Nix and Home Manager
- Install Nix
- Activate a default configuration by running the following:
nix-shell -p home-manager --run "home-manager switch -b backup --impure --flake github:jtrrll/dotfiles#default"
Alternatively, activate a specific configuration by running the following command.
Replace <CONFIG>
with name of a configuration defined in flake.nix
:
nix-shell -p home-manager --run "home-manager switch -b backup --impure --flake github:jtrrll/dotfiles#<CONFIG>"