feat(nix): add essential utilities to system packages

- Added `alsa-utils`, `file`, and `pciutils` to the default system packages for broader functionality.
- Enhances hardware interaction and file management capabilities.
This commit is contained in:
Harald Hoyer 2026-03-10 14:21:00 +01:00
parent 0e4f847145
commit e3d3a1c85b

View file

@ -41,6 +41,7 @@ in
with pkgs; with pkgs;
[ [
age age
alsa-utils
bash bash
btop btop
cifs-utils cifs-utils
@ -48,6 +49,7 @@ in
delta delta
dua dua
efibootmgr efibootmgr
file
git git
git-crypt git-crypt
git-delete-merged-branches git-delete-merged-branches
@ -58,6 +60,7 @@ in
mosh mosh
nixpkgs-fmt nixpkgs-fmt
openssl openssl
pciutils
restic restic
rrsync rrsync
s-tui s-tui