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