Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 443 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 443 Bytes

nix home manager config

Install nix

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

Enable flake:

mkdir -p ~/.config/nix; echo 'experimental-features = nix-command flakes' |tee -a ~/.config/nix/nix.conf

Bootstrap without checkout:

nix run --no-write-lock-file github:nix-community/home-manager/ -- --flake "github:schmir/nix/#cirrus-nox" switch