From 4c913db2fb6fc54bc7ce875d9f8f359e86ddfb6f Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Tue, 6 Jun 2023 19:52:33 +0200 Subject: [PATCH] Add gnome keyring stuff into fish init --- home/macbook-nixos.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/macbook-nixos.nix b/home/macbook-nixos.nix index 2171506..e061fa2 100644 --- a/home/macbook-nixos.nix +++ b/home/macbook-nixos.nix @@ -23,6 +23,9 @@ in programs.fish.shellInit = lib.mkAfter '' set -eg MESA_GL_VERSION_OVERRIDE set -eg MESA_GLSL_VERSION_OVERRIDE + + export GNOME_KEYRING_CONTROL=/run/user/1001/keyring + export SSH_AUTH_SOCK=/run/user/1001/keyring/ssh ''; # More packages