mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update install.sh
This commit is contained in:
parent
f84b30afd0
commit
0b4e2b1129
1 changed files with 8 additions and 0 deletions
|
@ -82,6 +82,7 @@ echo ""
|
|||
echo "Which Desktop Environment do you want?"
|
||||
echo "1) Plasma"
|
||||
echo "2) GNOME"
|
||||
echo "3) Pantheon"
|
||||
echo "0) None or N/A"
|
||||
read desktopChoice
|
||||
|
||||
|
@ -96,6 +97,13 @@ else
|
|||
if [ $desktopChoice = 2 ]; then
|
||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/gnome.nix > gnome.nix; sudo mv -f gnome.nix /mnt/etc/nixos/
|
||||
sudo sed -i "10 i \ ./gnome.nix" /mnt/etc/nixos/configuration.nix
|
||||
else
|
||||
|
||||
if [ $desktopChoice = 3 ]; then
|
||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/pantheon.nix > pantheon.nix; sudo mv -f pantheon.nix /mnt/etc/nixos/
|
||||
sudo sed -i "10 i \ ./pantheon.nix" /mnt/etc/nixos/configuration.nix
|
||||
else
|
||||
|
||||
fi
|
||||
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue