This commit is contained in:
Frost-Phoenix 2024-01-13 21:52:21 +01:00
parent 282ddd30d0
commit 2c3c84a8f9

View file

@ -91,7 +91,7 @@ install() {
echo -en "You are about to start the system build, do you want to process ? "
comfirm
# Build the systhem (flakes + home manager)
# Build the system (flakes + home manager)
echo -e "\nBuilding the system...\n"
sudo nixos-rebuild switch --flake .#nixos
}