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