added gnome-keyring

This commit is contained in:
Alexander Szczepanski
2021-08-08 15:38:51 +02:00
parent ac8ce72c6f
commit 5742305f74
3 changed files with 7 additions and 2 deletions

View File

@ -67,7 +67,7 @@
programs = { programs = {
steam.enable = true; steam.enable = true;
dconf.enable = true; dconf.enable = true;
ssh.startAgent = true; #ssh.startAgent = true;
chromium = { chromium = {
enable = true; enable = true;
extensions = [ extensions = [

View File

@ -215,6 +215,11 @@
"XF86AudioRaiseVolume" = "pulseaudio-ctl up"; "XF86AudioRaiseVolume" = "pulseaudio-ctl up";
}; };
}; };
gnome-keyring = {
enable = true;
components = [ "pkcs11" "secrets" "ssh" ];
};
}; };
# manuals not needed # manuals not needed

View File

@ -100,7 +100,7 @@
} }
]; ];
localVariables = { localVariables = {
#SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh"; SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh";
}; };
shellAliases = { shellAliases = {