add some adb, pci, and usb utils
This commit is contained in:
parent
e58604ad2c
commit
2cc261dc68
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
users.users.usr.extraGroups = [
|
users.users.usr.extraGroups = [
|
||||||
"docker"
|
"docker"
|
||||||
|
"adbusers"
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
@ -37,6 +38,8 @@
|
||||||
|
|
||||||
unzip
|
unzip
|
||||||
imagemagick
|
imagemagick
|
||||||
|
pciutils
|
||||||
|
usbutils
|
||||||
];
|
];
|
||||||
|
|
||||||
services.hardware.bolt.enable = true; # thunderbolt support
|
services.hardware.bolt.enable = true; # thunderbolt support
|
||||||
|
@ -66,6 +69,8 @@
|
||||||
services.avahi.nssmdns4 = true; # enables the mDNS NSS plug-in
|
services.avahi.nssmdns4 = true; # enables the mDNS NSS plug-in
|
||||||
services.avahi.openFirewall = true; # opens the firewall for UDP port 5353
|
services.avahi.openFirewall = true; # opens the firewall for UDP port 5353
|
||||||
|
|
||||||
|
programs.adb.enable = true;
|
||||||
|
|
||||||
powerManagement.cpuFreqGovernor = "performance";
|
powerManagement.cpuFreqGovernor = "performance";
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
Loading…
Reference in New Issue