Last active
October 11, 2023 19:57
-
-
Save dneumann42/f533a5f102a35bd40e69da1e23fb902f to your computer and use it in GitHub Desktop.
Bootstrapping nix config and home manager
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env nix-shell | |
#! nix-shell -i bash -p bash | |
curl "https://gist.githubusercontent.com/dneumann42/be0789f4ccc0478ced0b80aa5daf9251/raw" | |
sudo nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz home-manager | |
sudo nix-channel --update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment