meta: Continue modularizing packages

Should make it easier to know what's what.
This commit is contained in:
Donovan Glover
2024-04-04 20:02:51 -04:00
parent 0babbfe458
commit b46c9a05a9
4 changed files with 66 additions and 41 deletions

View File

@ -33,6 +33,40 @@ in
inherit (pkgs) wget jq eza fd fzf ripgrep;
})
(attrValues {
inherit (pkgs) treefmt;
})
(attrValues {
inherit (pkgs)
neofetch
onefetch
scc
genact
dwt1-shell-color-scripts
colorpanes
sanctity
cmatrix
;
})
(attrValues {
inherit (pkgs)
gdu
hexyl
visidata
zellij
;
})
(attrValues {
inherit (pkgs)
p7zip
unar
rsync
rclone
;
})
(mkIf postgres (attrValues {
inherit (pkgs) pgcli;
}))