reorder system packages and add some notes

This commit is contained in:
Aaron Honeycutt 2025-04-05 19:27:24 -06:00
parent ffe357cac5
commit df8f37bb90

View file

@ -60,9 +60,9 @@
environment.systemPackages = environment.systemPackages =
with pkgs; with pkgs;
[ [
# nixpkgs CLI tools
avahi avahi
dmidecode dmidecode
firefox
freshfetch freshfetch
git git
git-lfs git-lfs
@ -73,8 +73,13 @@
unzip unzip
wget wget
xz xz
zellij
zlib zlib
# GUI tools
firefox
# Flake CLI tools
inputs.pinix.packages.${system}.default inputs.pinix.packages.${system}.default
]; ];