add some adb, pci, and usb utils

This commit is contained in:
stupidcomputer 2024-07-22 22:14:13 -05:00
parent e58604ad2c
commit 2cc261dc68
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,7 @@
users.users.usr.extraGroups = [
"docker"
"adbusers"
];
environment.systemPackages = with pkgs; [
@ -37,6 +38,8 @@
unzip
imagemagick
pciutils
usbutils
];
services.hardware.bolt.enable = true; # thunderbolt support
@ -66,6 +69,8 @@
services.avahi.nssmdns4 = true; # enables the mDNS NSS plug-in
services.avahi.openFirewall = true; # opens the firewall for UDP port 5353
programs.adb.enable = true;
powerManagement.cpuFreqGovernor = "performance";
nixpkgs.config.allowUnfree = true;