fixed gnome-keyring
This commit is contained in:
@ -32,6 +32,7 @@
|
|||||||
gnome.eog
|
gnome.eog
|
||||||
gnome.gnome-calculator
|
gnome.gnome-calculator
|
||||||
gnome.gnome-tweaks
|
gnome.gnome-tweaks
|
||||||
|
gnome.seahorse
|
||||||
gparted
|
gparted
|
||||||
insomnia
|
insomnia
|
||||||
jellyfin-media-player
|
jellyfin-media-player
|
||||||
@ -54,6 +55,7 @@
|
|||||||
polybar
|
polybar
|
||||||
prusa-slicer
|
prusa-slicer
|
||||||
pulseaudio-ctl
|
pulseaudio-ctl
|
||||||
|
pinta
|
||||||
signal-desktop
|
signal-desktop
|
||||||
solaar
|
solaar
|
||||||
spotify
|
spotify
|
||||||
|
@ -92,6 +92,12 @@
|
|||||||
selection_foreground #000000
|
selection_foreground #000000
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zsh = {
|
||||||
|
sessionVariables = {
|
||||||
|
SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
@ -200,11 +206,6 @@
|
|||||||
"XF86AudioRaiseVolume" = "pulseaudio-ctl up";
|
"XF86AudioRaiseVolume" = "pulseaudio-ctl up";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# gnome-keyring = {
|
|
||||||
# enable = true;
|
|
||||||
# components = [ "pkcs11" "secrets" "ssh" ];
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# manuals not needed
|
# manuals not needed
|
||||||
|
@ -101,7 +101,6 @@
|
|||||||
];
|
];
|
||||||
localVariables = {
|
localVariables = {
|
||||||
SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh";
|
SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh";
|
||||||
|
|
||||||
};
|
};
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
active-services = "systemctl --no-page --no-legend --plain -t service --state=running";
|
active-services = "systemctl --no-page --no-legend --plain -t service --state=running";
|
||||||
|
Reference in New Issue
Block a user