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:
parent
91640665dc
commit
8c36ef2c43
1 changed files with 5 additions and 0 deletions
|
@ -88,6 +88,11 @@ makeConf() {
|
|||
];
|
||||
}
|
||||
];
|
||||
|
||||
environment.shellAliases = {
|
||||
rebuild = "sudo nixos-rebuild switch";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
curl
|
||||
gnupg
|
||||
|
|
Loading…
Add table
Reference in a new issue