add adb
This commit is contained in:
parent
c0941a7b33
commit
934a8207ad
@ -42,6 +42,8 @@
|
|||||||
extraGroups = [
|
extraGroups = [
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
"wheel"
|
"wheel"
|
||||||
|
"adbusers" # adb
|
||||||
|
"kvm" # virt
|
||||||
];
|
];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
];
|
];
|
||||||
|
|||||||
@ -129,6 +129,8 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
adb.enable = true;
|
||||||
|
|
||||||
coolercontrol = {
|
coolercontrol = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nvidiaSupport = true;
|
nvidiaSupport = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user