made a proper install script

This commit is contained in:
Frost-Phoenix 2023-12-15 23:12:51 +01:00
parent e6a1fa4b66
commit a203d26650

View file

@ -93,7 +93,7 @@ install() {
# Build the systhem (flakes + home manager)
echo -e "\nBuilding the system...\n"
# sudo nixos-rebuild switch --flake .#nixos
sudo nixos-rebuild switch --flake .#nixos
}
main() {