[nix] Adds alias for rebuilding
This commit is contained in:
@@ -7,5 +7,9 @@
|
|||||||
nixfmt-rfc-style # Formatter
|
nixfmt-rfc-style # Formatter
|
||||||
nil # Language Server
|
nil # Language Server
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.shellAliases = {
|
||||||
|
rebuild = "sudo nixos-rebuild switch --flake . --show-trace --print-build-logs --verbose";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user