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 489c267 commit c8fe3d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions home-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
cd ~
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
nix-shell -p git
git clone https://github.com/PeterStolz/nix.git
nix-shell -p git --command "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
Expand Down

0 comments on commit c8fe3d1

Please sign in to comment.