This commit is contained in:
admin 2025-07-01 01:31:29 +01:00
parent c0941a7b33
commit 934a8207ad
2 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,8 @@
extraGroups = [
"networkmanager"
"wheel"
"adbusers" # adb
"kvm" # virt
];
packages = with pkgs; [
];

View File

@ -129,6 +129,8 @@
];
programs = {
adb.enable = true;
coolercontrol = {
enable = true;
nvidiaSupport = true;