added gnome-keyring
This commit is contained in:
@ -67,7 +67,7 @@
|
||||
programs = {
|
||||
steam.enable = true;
|
||||
dconf.enable = true;
|
||||
ssh.startAgent = true;
|
||||
#ssh.startAgent = true;
|
||||
chromium = {
|
||||
enable = true;
|
||||
extensions = [
|
||||
|
@ -215,6 +215,11 @@
|
||||
"XF86AudioRaiseVolume" = "pulseaudio-ctl up";
|
||||
};
|
||||
};
|
||||
|
||||
gnome-keyring = {
|
||||
enable = true;
|
||||
components = [ "pkcs11" "secrets" "ssh" ];
|
||||
};
|
||||
};
|
||||
|
||||
# manuals not needed
|
||||
|
@ -100,7 +100,7 @@
|
||||
}
|
||||
];
|
||||
localVariables = {
|
||||
#SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh";
|
||||
SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh";
|
||||
|
||||
};
|
||||
shellAliases = {
|
||||
|
Reference in New Issue
Block a user