unclutter

dev-docs
Moritz Böhme 2022-03-30 21:51:18 +02:00
parent 59db266820
commit a786b3a9bd
No known key found for this signature in database
GPG Key ID: 213820E2795F5CF5
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@
{
home-manager.users.moritz.programs.direnv = {
enable = true;
enableZshIntegration = true;
nix-direnv.enable = true;
};
}

View File

@ -2,6 +2,6 @@
{
users.users.moritz.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGoAqa2m7hIzZ2LS96Z+RCIlRvhBM/j7h27tMBCwMT+a moritz@nixos-laptop"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGoAqa2m7hIzZ2LS96Z+RCIlRvhBM/j7h27tMBCwMT+a"
];
}