friendship ended with gpg
This commit is contained in:
parent
27be887431
commit
fb615593f3
4 changed files with 4 additions and 31 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue