friendship ended with gpg

This commit is contained in:
notgne2 2022-10-09 16:49:04 -07:00
parent 27be887431
commit fb615593f3
No known key found for this signature in database
GPG key ID: 5CE0A245A2DAC84A
4 changed files with 4 additions and 31 deletions

View file

@ -19,7 +19,6 @@ in {
home.packages = with pkgs; [
bat
gnupg
zsh-powerlevel9k
fzf # also needed for fzf.vim
xclip # needed for nvim
@ -245,11 +244,6 @@ in {
base0F = "00f769";
};
services.gpg-agent = {
enableSshSupport = true;
enableExtraSocket = true;
};
home.sessionVariables = {
FZF_DEFAULT_COMMAND = "${pkgs.fd}/bin/fd --type f";
};