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:
parent
0e4f847145
commit
e3d3a1c85b
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue