download gnome.nix for nixos device

This commit is contained in:
Aaron Honeycutt 2025-02-18 17:29:48 +00:00
parent a691a7f19d
commit a3fdaabf1f

View file

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