From df8f37bb908a19fe03cee8656595e41bdbd03ebb Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sat, 5 Apr 2025 19:27:24 -0600 Subject: [PATCH] reorder system packages and add some notes --- configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index c9a14eb..df3e347 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 ];