feat: bitwarden ssh auth

This commit is contained in:
s-prechtl 2026-03-24 11:25:35 +01:00
parent 58e70821dd
commit 661cdab043

View file

@ -1,6 +1,7 @@
{ {
pkgs, pkgs,
inputs, inputs,
config,
... ...
}: { }: {
imports = [ imports = [
@ -95,6 +96,7 @@
# #
home.sessionVariables = { home.sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";
SSH_AUTH_SOCK = "/home/${config.home.username}/.bitwarden-ssh-agent.sock";
}; };
home.pointerCursor = { home.pointerCursor = {