WIP: Switch to NixOS #5

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

View file

@ -209,17 +209,20 @@ update() {
cd $prevpwddocker cd $prevpwddocker
docker system prune -af --volumes docker system prune -af --volumes
} }
{%@@ endif @@%}
dotfiles() { dotfiles() {
dotgit pull dotgit pull
dotdrop install dotdrop install
} }
{%@@ endif @@%}
case "$1" in case "$1" in
all) all)
all all
;; ;;
dotfiles)
dotfiles
;;
plugins) plugins)
plugins plugins
;; ;;