fix: ssh auth var

This commit is contained in:
strix 2026-08-25 14:02:30 +02:00
parent d998fe6155
commit 019f5fd1bf

View file

@ -21,16 +21,15 @@
lmstudio
];
home.sessionVariables = {
SSH_AUTH_SOCK = "/home/strix/.bitwarden-ssh-agent.sock";
};
programs.zsh = {
enable = true;
oh-my-zsh = {
enable = true;
theme = "nanotech";
};
sessionVariables = {
SSH_AUTH_SOCK = "/home/strix/.bitwarden-ssh-agent.sock";
};
};
programs.git = {