add: bootstrap script

This commit is contained in:
luxzi 2024-07-28 15:46:10 -04:00
parent 4f1868dbe6
commit 65690b4e80
No known key found for this signature in database
GPG key ID: C90237A70F2FDD53

5
bootstrap.sh Normal file
View file

@ -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