WIP: Switch to NixOS #5

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

View file

@ -165,8 +165,8 @@ update() {
docker-update() {
for dir in $HOME/git/dotfiles/docker/*; do
cd $dir
docker compose pull
docker compose up -d
dct pull
dct up -d
cd ..
done
}