From ad937226b327e8ff40191b386155eaa53391f382 Mon Sep 17 00:00:00 2001 From: kiana-S Date: Fri, 26 Jul 2024 05:47:14 -0400 Subject: [PATCH] style: organize env package list --- config/packages.nix | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/config/packages.nix b/config/packages.nix index 2391a23..3d1f395 100644 --- a/config/packages.nix +++ b/config/packages.nix @@ -14,28 +14,35 @@ }); } (ps: with ps; [ en en-computers en-science ]); in [ - gcc - ffmpeg - openssl - jaq + # Shell socat - git - wget - libnotify - inotify-tools + jaq + tldr ripgrep unzip - tldr - pamixer + + # Wayland brightnessctl playerctl + pamixer + ffmpeg + # System management + htop-vim + openssl + libnotify + inotify-tools + + # Programming + gcc + git pandoc - gnuplot - graphviz texlive.combined.scheme-full aspell' nil + + gnuplot + graphviz ];