chore(work): add gnupg as SSH agent
This commit is contained in:
parent
7c5882f2c5
commit
fc30593e0a
2 changed files with 5 additions and 4 deletions
|
@ -2,10 +2,7 @@
|
|||
config.modules = {
|
||||
application = {
|
||||
zathura.enable = true;
|
||||
foot = {
|
||||
enable = true;
|
||||
font-size = "10.5";
|
||||
};
|
||||
foot.enable = true;
|
||||
};
|
||||
audio.cmus.enable = true;
|
||||
cli = {
|
||||
|
|
|
@ -28,4 +28,8 @@
|
|||
xkb_variant = "altgr-intl";
|
||||
};
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
SSH_AUTH_SOCK = ''$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue