Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 508 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 508 Bytes

Initial Setup

Install nix

https://nixos.org/download.html (when in doubt, try single user install)

Enable flakes

(only applicable if this is still experimental like at time of writing) https://nixos.wiki/wiki/Flakes#Permanent

Bootstrap home-manager via nix

nix build --no-link .#homeConfigurations.pepper.activationPackage
"$(nix path-info .#homeConfigurations.pepper.activationPackage)"/activate

Apply changes in home.nix

home-manager switch --flake ".#pepper"