fix: ssh auth var
This commit is contained in:
parent
d998fe6155
commit
019f5fd1bf
1 changed files with 3 additions and 4 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue