mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
download gnome.nix for nixos device
This commit is contained in:
parent
a691a7f19d
commit
a3fdaabf1f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue