Organize packages

This commit is contained in:
Dave Gallant
2021-05-03 19:38:42 -04:00
parent c10052b368
commit 2e3b48f9ca

View File

@@ -5,37 +5,49 @@
environment.systemPackages = with pkgs; environment.systemPackages = with pkgs;
let let
common = [ common = [
# utils
curl
glibcLocales
imagemagick
pfetch
rpi-imager
strace
tree
unzip
xdg_utils
yq-go
zip
# dev tools
asciinema
dive
gcc
git
github-cli
gnumake
lazydocker
lazygit
pre-commit
shellcheck
shfmt
starship
tokei
# productivity # productivity
albert albert
bat bat
bind bind
binutils-unwrapped binutils-unwrapped
colordiff colordiff
ctop
curl
direnv direnv
dive
exa exa
fd fd
gcc go-jira
git
glances
gnumake
jq jq
lazydocker rfd
lazygit
pre-commit
procs
remmina
ripgrep ripgrep
rpi-imager
strace
tldr tldr
tokei xclip
tree
unzip
yq-go
zip
# printing # printing
ghostscript ghostscript
@@ -44,12 +56,16 @@
anki anki
# monitoring # monitoring
ctop
glances
htop htop
netdata netdata
procs
# password managers # password managers
bitwarden-cli bitwarden-cli
gopass gopass
lpass
# golang # golang
golangci-lint golangci-lint
@@ -99,6 +115,7 @@
postman postman
sshfs sshfs
tailscale tailscale
vpngate
# backup # backup
restic restic
@@ -181,30 +198,13 @@
# databases # databases
postgresql postgresql
# misc
asciinema
github-cli
glibcLocales
go-jira
# hadolint
imagemagick
pfetch
shellcheck
shfmt
starship
xclip
xdg_utils
# gnome # gnome
gnome3.gnome-tweaks gnome3.gnome-tweaks
gnomeExtensions.appindicator gnomeExtensions.appindicator
networkmanager-openvpn networkmanager-openvpn
# overlays # news
lpass
rfd
srv srv
vpngate
]; ];
in common; in common;