WIP: Switch to NixOS #5

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

View file

@ -211,7 +211,7 @@ update() {
aur sync -Su --margs --noconfirm
}
docker-update() {
local docker-update() {
prevpwddocker=$PWD
for dir in $HOME/git/dotfiles/docker/*; do
cd $dir
@ -225,6 +225,10 @@ update() {
done
cd $prevpwddocker
docker system prune -af --volumes
occ upgrade
occ app:update --all
occ db:add-missing-indices
}
{%@@ endif @@%}