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