feat: make nixos-laptop empheral

This commit is contained in:
Moritz Böhme 2023-09-25 18:29:29 +02:00
parent 0603a18d9e
commit f43b993869
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
12 changed files with 355 additions and 182 deletions

View file

@ -84,6 +84,9 @@ let
};
in
{
users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGoAqa2m7hIzZ2LS96Z+RCIlRvhBM/j7h27tMBCwMT+a" # Moritz
];
users.users.moritz = {
isNormalUser = true;
home = "/home/moritz";
@ -109,7 +112,7 @@ in
rj = "sudo journalctl";
};
aliases = {
ls = "exa -lh --icons --git";
ls = "${getExe pkgs.eza} -lh --icons --git";
cat = "bat";
rm = "rm -i";
mv = "mv -i";
@ -165,7 +168,6 @@ in
# utils
bat
cht-sh
exa
f
fd
gi