Add nix by default

This commit is contained in:
Manuel Thalmann 2024-04-10 08:18:51 +02:00
parent a0cec06d54
commit fdd30400a3

View file

@ -230,6 +230,15 @@ sudo n install latest;
# Docker # Docker
. "../Software/docker/install.sh"; . "../Software/docker/install.sh";
# Nix
yay --noconfirm -Syu \
nix \
nil-git
;
nix-channel --add https://nixos.org/channels/nixpkgs-unstable;
nix-channel --update;
# Misc # Misc
. "../Software/logo-ls/install.sh"; . "../Software/logo-ls/install.sh";
. "../Software/Virtual Machine Manager/install.sh"; . "../Software/Virtual Machine Manager/install.sh";