[nix] Adds alias for rebuilding

This commit is contained in:
2025-03-31 10:31:05 -07:00
parent a3fefd6496
commit 000cb8b614

View File

@@ -7,5 +7,9 @@
nixfmt-rfc-style # Formatter
nil # Language Server
];
home.shellAliases = {
rebuild = "sudo nixos-rebuild switch --flake . --show-trace --print-build-logs --verbose";
};
}