WIP: Switch to NixOS #5

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

View file

@ -144,16 +144,14 @@ update() {
docker-update
docker system prune --volumes
{%@@ endif @@%}
sudo flatpak update
sudo awman-update
}
repo() {
aur sync -Su --margs --noconfirm
firefox
update-firefox
}
firefox() {
update-firefox() {
aur sync -S --rebuild firefox-nightly --margs --noconfirm
}