Skip to content

Instantly share code, notes, and snippets.

@dneumann42
Last active October 11, 2023 19:57
Show Gist options
  • Save dneumann42/f533a5f102a35bd40e69da1e23fb902f to your computer and use it in GitHub Desktop.
Save dneumann42/f533a5f102a35bd40e69da1e23fb902f to your computer and use it in GitHub Desktop.
Bootstrapping nix config and home manager
#! /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