mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Organize packages
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user