CLI tool tweaks

exchange pfetch with neofetch
add tldr command
This commit is contained in:
GHOSCHT 2023-12-28 18:21:32 +01:00
parent 1259f0a032
commit 4873555459
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82
2 changed files with 2 additions and 7 deletions

View file

@ -5,7 +5,6 @@
./fish.nix
./git.nix
./gpg.nix
./pfetch.nix
./btop.nix
./nix-index.nix
./lazygit.nix
@ -23,6 +22,8 @@
jq # JSON pretty printer and manipulator
timer # To help with my ADHD paralysis
lazydocker # Docker TUI
neofetch
tldr # nice & short manual snippets
nvd # Differ
nix-output-monitor

View file

@ -1,6 +0,0 @@
{pkgs, ...}: {
home = {
packages = with pkgs; [pfetch];
sessionVariables.PF_INFO = "ascii title os kernel uptime shell term desktop scheme palette";
};
}