feat: bitwarden ssh auth
This commit is contained in:
parent
58e70821dd
commit
661cdab043
1 changed files with 2 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue