CLI tool tweaks
exchange pfetch with neofetch add tldr command
This commit is contained in:
parent
1259f0a032
commit
4873555459
2 changed files with 2 additions and 7 deletions
|
@ -5,7 +5,6 @@
|
||||||
./fish.nix
|
./fish.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./gpg.nix
|
./gpg.nix
|
||||||
./pfetch.nix
|
|
||||||
./btop.nix
|
./btop.nix
|
||||||
./nix-index.nix
|
./nix-index.nix
|
||||||
./lazygit.nix
|
./lazygit.nix
|
||||||
|
@ -23,6 +22,8 @@
|
||||||
jq # JSON pretty printer and manipulator
|
jq # JSON pretty printer and manipulator
|
||||||
timer # To help with my ADHD paralysis
|
timer # To help with my ADHD paralysis
|
||||||
lazydocker # Docker TUI
|
lazydocker # Docker TUI
|
||||||
|
neofetch
|
||||||
|
tldr # nice & short manual snippets
|
||||||
|
|
||||||
nvd # Differ
|
nvd # Differ
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
{pkgs, ...}: {
|
|
||||||
home = {
|
|
||||||
packages = with pkgs; [pfetch];
|
|
||||||
sessionVariables.PF_INFO = "ascii title os kernel uptime shell term desktop scheme palette";
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue