Fix Keepass settings

This commit is contained in:
2026-01-26 15:15:34 +00:00
parent 45d34d2039
commit 6f2256920d
3 changed files with 12 additions and 2 deletions

View File

@@ -76,6 +76,7 @@
};
home-manager = {
backupFileExtension = "~";
extraSpecialArgs = { inherit inputs; };
users = {
"trude" = import ./home.nix;

View File

@@ -79,7 +79,7 @@
home.sessionVariables = {
EDITOR = "gnome-text-editor";
SSH_AUTH_SOCK = "$XDG_RUNTIME_DIR/ssh-agent";
SSH_AUTH_SOCK = "$XDG_RUNTIME_DIR/gcr/.ssh";
};
programs.git = {
@@ -107,7 +107,7 @@
};
};
};
programs.bash = {
enable = true;
shellAliases = {