Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 348 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 348 Bytes

Home-manager configuration as flakes

# clone repository
git clone [email protected]:zackad/dotfiles --branch linux-home dotfiles

# navigate to cloned repository
cd dotfiles

# run this command if home-manager hasn't been setup
nix run . -- switch --flake .

# subsequence run can use this command
home-manager switch --flake dotfiles