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 =
with pkgs;
[
# nixpkgs CLI tools
avahi
dmidecode
firefox
freshfetch
git
git-lfs
@ -73,8 +73,13 @@
unzip
wget
xz
zellij
zlib
# GUI tools
firefox
# Flake CLI tools
inputs.pinix.packages.${system}.default
];