adicionado patchs recomendado para otimizaçao

This commit is contained in:
2025-11-24 03:24:41 -03:00
parent 00309b8529
commit 5a4dd63390
11 changed files with 89 additions and 39 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
programs.fish.shellAliases = {
# upd = "sudo nix flake update --flake /etc/nixos && sudo nixos-rebuild switch --flake path:/etc/nixos#Alfa";
upd = "nh home switch -a -u && nh os switch -a -u";
upd = "nh home switch -a -u && nh os switch -a";
updhome = "nh home switch -a -u";
updsystem = "nh os switch -a -u";
gitupdate = "git add . && git commit && git push origin main"
gitupdate = "git add . && git commit && git push origin main";
};
}