updated common config

This commit is contained in:
Vivian 2022-07-30 12:22:08 +02:00
parent 7f7a6432bf
commit 0e203b6eca

View file

@ -21,7 +21,7 @@
# otherwise it'll override the grml prompt # otherwise it'll override the grml prompt
promptInit = ""; promptInit = "";
}; };
environment.pathsToLink = [ "/share/zsh" ]; environment.pathsToLink = [ "/share/zsh" ];
# Install Neovim and set it as alias for vi(m) # Install Neovim and set it as alias for vi(m)
@ -44,6 +44,7 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOFuxekX5WzX4GjbshtjaGyQcvMUgClugnK6T+OYIxw9 victor@null" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOFuxekX5WzX4GjbshtjaGyQcvMUgClugnK6T+OYIxw9 victor@null"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC8llUcEBHsLqotFZc++LNP2fjItuuzeUsu5ObXecYNj victor@eevee" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC8llUcEBHsLqotFZc++LNP2fjItuuzeUsu5ObXecYNj victor@eevee"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICBhJAp7NWlHgwDYd2z6VNROy5RkeZHRINFLsFvwT4b3 victor@bastion" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICBhJAp7NWlHgwDYd2z6VNROy5RkeZHRINFLsFvwT4b3 victor@bastion"
"sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIM3TqXaApX2JZsgfZd7PKVFMecDgqTHKibpSzgdXNpYAAAAABHNzaDo= solov2-le"
]; ];
# Make me admin # Make me admin
@ -59,5 +60,5 @@
}; };
# Setup packages available everywhere # Setup packages available everywhere
environment.systemPackages = with pkgs; [ fzf git htop rsync ripgrep zoxide ]; environment.systemPackages = with pkgs; [ fzf git htop ncdu rsync ripgrep zoxide ];
} }