tmp fix for install script

This commit is contained in:
Frost-Phoenix 2024-04-15 17:40:34 +02:00
parent 7182221183
commit 4475bd9e61

View file

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