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 = [ extraGroups = [
"networkmanager" "networkmanager"
"wheel" "wheel"
"adbusers" # adb
"kvm" # virt
]; ];
packages = with pkgs; [ packages = with pkgs; [
]; ];

View File

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