From 661cdab04397508b1e68fe8a13774a32a888a166 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Tue, 24 Mar 2026 11:25:35 +0100 Subject: [PATCH] feat: bitwarden ssh auth --- hosts/goingmerry/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/goingmerry/home.nix b/hosts/goingmerry/home.nix index 85a4eab..db90414 100644 --- a/hosts/goingmerry/home.nix +++ b/hosts/goingmerry/home.nix @@ -1,6 +1,7 @@ { pkgs, inputs, + config, ... }: { imports = [ @@ -95,6 +96,7 @@ # home.sessionVariables = { EDITOR = "nvim"; + SSH_AUTH_SOCK = "/home/${config.home.username}/.bitwarden-ssh-agent.sock"; }; home.pointerCursor = {