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 ];