Skip to content

Commit

Permalink
Add more useful packages/tools
Browse files Browse the repository at this point in the history
  • Loading branch information
uarun committed Jun 1, 2023
1 parent cf69a0c commit 6083b76
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions modules/home-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,27 @@
home.stateVersion = "22.11"; #... This is here for backwards compatibility, don't change

home.packages = with pkgs; [
bottom
du-dust
duf
fd
glances
gping
gron
kalker
mcfly
miller
most
ncdu
neofetch
parallel
pre-commit
procps
procs
shellcheck
tree-sitter
visidata
xsv
];

home.sessionVariables = {
Expand Down Expand Up @@ -39,6 +55,7 @@

btop.enable = true;
dircolors.enable = true;
htop.enable = true;
jq.enable = true;
less.enable = true;
man.enable = true;
Expand Down

0 comments on commit 6083b76

Please sign in to comment.