Package : Add usbutils & fix udisks.

This commit is contained in:
Dmitry Voronin 2024-04-11 14:03:25 +03:00
parent de3269339d
commit 891be4e038
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -30,13 +30,14 @@
smartmontools
sqlite
tree
udisks
universal-android-debloater
usbutils
ventoy
wget
zip unzip
];
# Special packages.
programs.adb.enable = true;
programs.adb.enable = true;
services.udisks2.enable = true;
}