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