Re-organize home and enable gnupg agent.

This commit is contained in:
Joseph Hanson 2024-02-20 23:29:46 -06:00
parent cee2c58b1b
commit 7b4332ca02
2 changed files with 10 additions and 8 deletions

View file

@ -53,10 +53,11 @@
# here is some command line tools I use frequently # here is some command line tools I use frequently
# feel free to add your own or remove some of them # feel free to add your own or remove some of them
neofetch # terminal file managers
nnn # terminal file manager nnn
ranger ranger
go-task yazi
# archives # archives
zip zip
@ -65,6 +66,7 @@
p7zip p7zip
# utils # utils
go-task
ripgrep # recursively searches directories for a regex pattern ripgrep # recursively searches directories for a regex pattern
jq # A lightweight and flexible command-line JSON processor jq # A lightweight and flexible command-line JSON processor
yq-go # yaml processer https://github.com/mikefarah/yq yq-go # yaml processer https://github.com/mikefarah/yq
@ -79,7 +81,6 @@
kustomize kustomize
# networking tools # networking tools
mtr # A network diagnostic tool
iperf3 iperf3
dnsutils # `dig` + `nslookup` dnsutils # `dig` + `nslookup`
ldns # replacement of `dig`, it provide the command `drill` ldns # replacement of `dig`, it provide the command `drill`
@ -98,6 +99,7 @@
hubble hubble
# misc # misc
neofetch
cowsay cowsay
file file
which which

View file

@ -139,10 +139,10 @@
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are
# started in user sessions. # started in user sessions.
programs.mtr.enable = true; programs.mtr.enable = true;
# programs.gnupg.agent = { programs.gnupg.agent = {
# enable = true; enable = true;
# enableSSHSupport = true; enableSSHSupport = true;
# }; };
# List services that you want to enable: # List services that you want to enable: