chore: add shorthands to shellAliases
This commit is contained in:
parent
28590f35e1
commit
93cdfb5be5
@ -19,6 +19,10 @@
|
|||||||
PermitRootLogin = "prohibit-password";
|
PermitRootLogin = "prohibit-password";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
environment.shellAliases = {
|
||||||
|
"nixos-switch" = "nixos-rebuild switch --flake .#";
|
||||||
|
"nom-affogato" = "nom build .#nixosConfigurations.affogato.config.system.build.toplevel";
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
python3
|
python3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user