From ecc4bf636ba72f33488982274bc2c59e6f8b48c0 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 13 Jul 2024 15:12:01 +0200 Subject: [PATCH] Install `fish` and `nix` on setup --- scripts/Arch/OS/setup.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Arch/OS/setup.fish b/scripts/Arch/OS/setup.fish index 0eacec4d6..286fa487f 100644 --- a/scripts/Arch/OS/setup.fish +++ b/scripts/Arch/OS/setup.fish @@ -71,7 +71,7 @@ begin and arch-chroot "$mountDir" mkinitcpio -P and arch-chroot "$mountDir" bash "$tempDir/../Software/GRUB/install.sh" and arch-chroot "$mountDir" bash "$tempDir/../Software/sudo/install.sh" - and pacstrap -K "$mountDir" git + and pacstrap -K "$mountDir" git fish nix and USER_NAME="$USER_NAME" \ USER_DISPLAYNAME="$USER_DISPLAYNAME" \