fixed gnome-keyring

This commit is contained in:
Alexander Szczepanski
2021-08-09 17:13:57 +02:00
parent 0957e1903b
commit f8fbf31904
3 changed files with 8 additions and 6 deletions

View File

@ -32,6 +32,7 @@
gnome.eog
gnome.gnome-calculator
gnome.gnome-tweaks
gnome.seahorse
gparted
insomnia
jellyfin-media-player
@ -54,6 +55,7 @@
polybar
prusa-slicer
pulseaudio-ctl
pinta
signal-desktop
solaar
spotify

View File

@ -92,6 +92,12 @@
selection_foreground #000000
'';
};
zsh = {
sessionVariables = {
SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh";
};
};
};
services = {
@ -200,11 +206,6 @@
"XF86AudioRaiseVolume" = "pulseaudio-ctl up";
};
};
# gnome-keyring = {
# enable = true;
# components = [ "pkcs11" "secrets" "ssh" ];
# };
};
# manuals not needed

View File

@ -101,7 +101,6 @@
];
localVariables = {
SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh";
};
shellAliases = {
active-services = "systemctl --no-page --no-legend --plain -t service --state=running";