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;
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue