WIP: Switch to NixOS #5

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

View file

@ -128,15 +128,14 @@ passync() { pass git pull && pass git push && updatesecrets }
update() {
all() {
paru
plugins
{%@@ if profile == "Moria" @@%}
repo
docker-update
docker system prune --volumes
{%@@ else @@%}
paru
{%@@ endif @@%}
flatpak update
sudo flatpak update
sudo awman-update
}
@ -174,6 +173,9 @@ update() {
docker)
docker-update
;;
repo)
repo
;;
*)
paru
;;