diff --git a/install.sh b/install.sh index bc80e17..6d33ee9 100644 --- a/install.sh +++ b/install.sh @@ -71,6 +71,7 @@ elif [ $hostChoice = 3 ]; then elif [ $hostChoice = 0 ]; then curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/flake.nix > flake.nix; sudo mv -f flake.nix /mnt/etc/nixos/ + curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/desktops/gnome.nix > gnome.nix; sudo mv -f gnome.nix /mnt/etc/nixos/ sudo nixos-install --flake /mnt/etc/nixos#nixos fi