Fix Keepass settings
This commit is contained in:
@@ -76,6 +76,7 @@
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
backupFileExtension = "~";
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
users = {
|
||||
"trude" = import ./home.nix;
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user