2
0
Fork 1
mirror of https://github.com/elitak/nixos-infect synced 2025-03-14 13:46:59 +00:00

Added reload alias

This commit is contained in:
Tomás Casagrande 2025-01-10 16:51:45 -03:00 committed by GitHub
parent 91640665dc
commit 8c36ef2c43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,6 +88,11 @@ makeConf() {
];
}
];
environment.shellAliases = {
rebuild = "sudo nixos-rebuild switch";
};
environment.systemPackages = with pkgs; [
curl
gnupg