Testing SSH signing
This commit is contained in:
@@ -53,6 +53,10 @@
|
||||
copyq = {
|
||||
enable = true;
|
||||
};
|
||||
gpg = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
mako = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
@@ -83,10 +83,6 @@ in {
|
||||
ZSH_THEME_VIRTUALENV_SUFFIX=$ZSH_THEME_VIRTUAL_ENV_PROMPT_SUFFIX
|
||||
|
||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=241'
|
||||
${lib.optionalString config.services.gpg-agent.enable ''
|
||||
gnupg_path=$(ls $XDG_RUNTIME_DIR/gnupg)
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gnupg/$gnupg_path/S.gpg-agent.ssh"
|
||||
''}
|
||||
microfetch
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user