From 1a64e0a3cae190ca8fd2a18dbba66125f6cacd20 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 10 Apr 2024 08:18:51 +0200 Subject: [PATCH] Add `nix` by default --- scripts/Arch/Collections/personal.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index c4c2799b..b1afa0bf 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -230,6 +230,15 @@ sudo n install latest; # Docker . "../Software/docker/install.sh"; +# Nix +yay --noconfirm -Syu \ + nix \ + nil-git + ; + +nix-channel --add https://nixos.org/channels/nixpkgs-unstable; +nix-channel --update; + # Misc . "../Software/logo-ls/install.sh"; . "../Software/Virtual Machine Manager/install.sh";