added gnome-keyring
This commit is contained in:
@ -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 = [
|
||||||
|
@ -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
|
||||||
|
@ -100,7 +100,7 @@
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
localVariables = {
|
localVariables = {
|
||||||
#SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh";
|
SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh";
|
||||||
|
|
||||||
};
|
};
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
Reference in New Issue
Block a user