Re-organize home and enable gnupg agent.
This commit is contained in:
parent
cee2c58b1b
commit
7b4332ca02
2 changed files with 10 additions and 8 deletions
|
@ -53,10 +53,11 @@
|
|||
# here is some command line tools I use frequently
|
||||
# feel free to add your own or remove some of them
|
||||
|
||||
neofetch
|
||||
nnn # terminal file manager
|
||||
# terminal file managers
|
||||
nnn
|
||||
ranger
|
||||
go-task
|
||||
yazi
|
||||
|
||||
|
||||
# archives
|
||||
zip
|
||||
|
@ -65,6 +66,7 @@
|
|||
p7zip
|
||||
|
||||
# utils
|
||||
go-task
|
||||
ripgrep # recursively searches directories for a regex pattern
|
||||
jq # A lightweight and flexible command-line JSON processor
|
||||
yq-go # yaml processer https://github.com/mikefarah/yq
|
||||
|
@ -79,7 +81,6 @@
|
|||
kustomize
|
||||
|
||||
# networking tools
|
||||
mtr # A network diagnostic tool
|
||||
iperf3
|
||||
dnsutils # `dig` + `nslookup`
|
||||
ldns # replacement of `dig`, it provide the command `drill`
|
||||
|
@ -98,6 +99,7 @@
|
|||
hubble
|
||||
|
||||
# misc
|
||||
neofetch
|
||||
cowsay
|
||||
file
|
||||
which
|
||||
|
|
|
@ -139,10 +139,10 @@
|
|||
# Some programs need SUID wrappers, can be configured further or are
|
||||
# started in user sessions.
|
||||
programs.mtr.enable = true;
|
||||
# programs.gnupg.agent = {
|
||||
# enable = true;
|
||||
# enableSSHSupport = true;
|
||||
# };
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
# List services that you want to enable:
|
||||
|
||||
|
|
Reference in a new issue