Music + GPG agent forwarding + all sorts.

This commit is contained in:
kat witch 2021-03-09 00:45:18 +00:00
parent 2c6230dd63
commit c548add318
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
24 changed files with 525 additions and 56 deletions

View file

@ -5,10 +5,6 @@
programs.fish = {
enable = true;
interactiveShellInit = ''
${if (config.deploy.profile.gui) then
"export SSH_AUTH_SOCK=(gpgconf --list-dirs agent-ssh-socket)"
else
""}
fish_vi_key_bindings
set -g fish_greeting ""
'';