mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 07:06:12 +01:00
changed agent
This commit is contained in:
@@ -134,6 +134,9 @@
|
||||
lmstudio
|
||||
unstable.arduino-ide
|
||||
iwgtk
|
||||
kwallet-pam
|
||||
kwalletcli
|
||||
kwalletmanager
|
||||
];
|
||||
|
||||
# services.gnome-keyring = {
|
||||
@@ -145,16 +148,16 @@
|
||||
# ];
|
||||
# };
|
||||
|
||||
programs.keychain = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
keys = [
|
||||
"id_rsa"
|
||||
];
|
||||
enableXsessionIntegration = true;
|
||||
};
|
||||
# programs.keychain = {
|
||||
# enable = true;
|
||||
# enableZshIntegration = true;
|
||||
# keys = [
|
||||
# "id_rsa"
|
||||
# ];
|
||||
# enableXsessionIntegration = true;
|
||||
# };
|
||||
|
||||
systemd.user.sessionVariables.SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh";
|
||||
# systemd.user.sessionVariables.SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh";
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
|
||||
Reference in New Issue
Block a user