Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterStolz committed Dec 9, 2024
1 parent 8cd4331 commit 309cead
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions home-manager/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### Installing on MacOS

cd ~
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm
nix-shell -p git
git clone https://github.com/PeterStolz/nix.git
mkdir .config
ln -s $PWD/nix/home-manager $PWD/.config/home-manager
nix-channel --add https://github.com/nix-community/home-manager/archive/release-24.11.tar.gz home-manager
nix-channel --update
nix-shell '<home-manager>' -A switch

0 comments on commit 309cead

Please sign in to comment.