activate hyperland for laptop and various other changes

This commit is contained in:
2022-09-29 20:42:31 +02:00
parent a129df16dc
commit d4699591d1
6 changed files with 44 additions and 34 deletions

View File

@@ -18,11 +18,11 @@
plugins = [ "git" ];
custom = "$HOME/.config/zsh_nix/custom";
};
shellInit = ''
export GPG_TTY="$(tty)"
gpg-connect-agent /bye
export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh"
'';
# shellInit = ''
# export GPG_TTY="$(tty)"
# gpg-connect-agent /bye
# export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh"
# '';
initExtra = '' # Zsh theme
# Spaceship
source ${pkgs.spaceship-prompt}/share/zsh/site-functions/prompt_spaceship_setup