From f66f159204f9e63fed41c993c38b34ff38eec22e Mon Sep 17 00:00:00 2001 From: lily Date: Sun, 28 Jul 2024 15:46:10 -0400 Subject: [PATCH] add: bootstrap script --- bootstrap.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100644 index 0000000..09296e2 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +nix-channel --add https://nixos.org/channels/nixos-unstable nixos +nixos-rebuild switch --upgrade +nixos-install --flake /mnt/home/luxzi/.dotfiles