Skip to content

jtrrll's declarative dotfile collection

License

Notifications You must be signed in to change notification settings

jtrrll/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

~/.dotfiles

GitHub Actions CI Status License

My dotfiles collection for configuring frequently used programs. Managed via Nix and Home Manager

Usage

  1. Install Nix
  2. 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>"