beatific: alias nixos-rebuild to nr
This commit is contained in:
parent
c0cbd43411
commit
7afcfbac2b
|
@ -47,6 +47,7 @@ in {
|
|||
networking.hostName = cfg.hostName;
|
||||
nix.extraOptions = "experimental-features = nix-command flakes";
|
||||
environment.etc.nixos.source = ./..;
|
||||
environment.shellAliases.nr = "sudo nixos-rebuild --flake $HOME/nixos-configs";
|
||||
}
|
||||
|
||||
(mkIf cfg.defaults.time {
|
||||
|
|
Loading…
Reference in New Issue