Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 549 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 549 Bytes

Nix's home manager to replace dotfiles

Install your os and run:

mkdir -p ~/.config && \
nix --extra-experimental-features flakes --extra-experimental-features nix-command run nixpkgs#git -- clone https://github.com/adrianforsius/home-manager ~/.config/home-manager && \
nix --extra-experimental-features flakes --extra-experimental-features nix-command  run home-manager/master -- switch

Inspired by: