WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit 2a6e453156 - Show all commits

View file

@ -176,7 +176,7 @@ update() {
packages() { packages() {
{%@@ if distro_id == "arch" @@%} {%@@ if distro_id == "arch" @@%}
paru paru -Syu --noconfirm
{%@@ elif distro_id == "ubuntu" @@%} {%@@ elif distro_id == "ubuntu" @@%}
doas apt update && doas apt full-upgrade -y && doas apt autoremove -y && doas apt autoclean -y doas apt update && doas apt full-upgrade -y && doas apt autoremove -y && doas apt autoclean -y
{%@@ elif distro_id == "termux" @@%} {%@@ elif distro_id == "termux" @@%}