WIP: Switch to NixOS #5

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

View file

@ -166,6 +166,7 @@ update() {
docker-update
{%@@ endif @@%}
plugins
dotfiles
}
packages() {
@ -209,6 +210,11 @@ update() {
docker system prune -af --volumes
}
dotfiles() {
dotgit pull
dotdrop install
}
{%@@ endif @@%}
case "$1" in
all)