feat: add rebuild script

This commit is contained in:
Mohammad Rafiq 2025-03-11 21:35:41 +08:00
parent fcd62641b1
commit 5332c0d278
5 changed files with 17 additions and 16 deletions

View file

@ -2,7 +2,6 @@
programs.bash = {
enable = true;
shellAliases = {
rebuild = "sudo nixos-rebuild switch --flake";
gs = "git status";
ai = "aichat -r %shell% -e";
};