diff --git a/home-manager/home.nix b/home-manager/home.nix index db78abd..e69f692 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -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 diff --git a/nixos/configuration.nix b/nixos/configuration.nix index ddf5401..264018b 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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: