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 = {