remove firefox translate popups

don't let firefox remember logins
install terraform-ls for nvim
fix work ssh private key file location
This commit is contained in:
Pim Kunis 2023-10-13 10:08:32 +02:00
parent d0e1490628
commit ad636b8d00
4 changed files with 7 additions and 1 deletions

View file

@ -9,7 +9,7 @@
matchBlocks = {
gitlab-sue = lib.hm.dag.entryBefore [ "*" ] {
hostname = "gitlab.com";
identityFile = "~/.ssh/sue_ed25519";
identityFile = "~/.ssh/sue/id_ed25519";
identitiesOnly = true;
};
github = lib.hm.dag.entryBefore [ "*" ] {