From f8fbf31904bbb911dd93ce619725ebdf7f65713e Mon Sep 17 00:00:00 2001 From: Alexander Szczepanski Date: Mon, 9 Aug 2021 17:13:57 +0200 Subject: [PATCH] fixed gnome-keyring --- configs/gui.nix | 2 ++ configs/user-gui.nix | 11 ++++++----- configs/user.nix | 1 - 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/configs/gui.nix b/configs/gui.nix index 27696c8..dcfb3ba 100644 --- a/configs/gui.nix +++ b/configs/gui.nix @@ -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 diff --git a/configs/user-gui.nix b/configs/user-gui.nix index f67a7e7..ddf3e3d 100644 --- a/configs/user-gui.nix +++ b/configs/user-gui.nix @@ -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 diff --git a/configs/user.nix b/configs/user.nix index be15c3d..324a1eb 100644 --- a/configs/user.nix +++ b/configs/user.nix @@ -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";