From 2e3b48f9ca0995ab02f95acc75e1d30ad5dc888b Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Mon, 3 May 2021 19:38:42 -0400 Subject: [PATCH] Organize packages --- main/packages.nix | 74 +++++++++++++++++++++++------------------------ 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/main/packages.nix b/main/packages.nix index d237d9c..65ce2ba 100644 --- a/main/packages.nix +++ b/main/packages.nix @@ -5,37 +5,49 @@ environment.systemPackages = with pkgs; let 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 albert bat bind binutils-unwrapped colordiff - ctop - curl direnv - dive exa fd - gcc - git - glances - gnumake + go-jira jq - lazydocker - lazygit - pre-commit - procs - remmina + rfd ripgrep - rpi-imager - strace tldr - tokei - tree - unzip - yq-go - zip + xclip # printing ghostscript @@ -44,12 +56,16 @@ anki # monitoring + ctop + glances htop netdata + procs # password managers bitwarden-cli gopass + lpass # golang golangci-lint @@ -99,6 +115,7 @@ postman sshfs tailscale + vpngate # backup restic @@ -181,30 +198,13 @@ # databases postgresql - # misc - asciinema - github-cli - glibcLocales - go-jira - # hadolint - imagemagick - pfetch - shellcheck - shfmt - starship - xclip - xdg_utils - # gnome gnome3.gnome-tweaks gnomeExtensions.appindicator networkmanager-openvpn - # overlays - lpass - rfd + # news srv - vpngate ]; in common;