From a3fdaabf1f8b291066d847cbfd5755ac373dbfdd Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 18 Feb 2025 17:29:48 +0000 Subject: [PATCH] download gnome.nix for nixos device --- install.sh | 1 + 1 file changed, 1 insertion(+) 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