chore: nixos user groups

This commit is contained in:
Ryan Yin
2025-08-31 12:36:07 +08:00
parent ccec1d4c29
commit fcc90318f2
+3 -3
View File
@@ -28,12 +28,12 @@
extraGroups = [ extraGroups = [
myvars.username myvars.username
"users" "users"
"networkmanager"
"wheel" "wheel"
"networkmanager" # for nmtui / nm-connection-editor
"podman" "podman"
"wireshark" "wireshark"
"adbusers" "adbusers" # android debugging
"libvirtd" "libvirtd" # virt-viewer / qemu
]; ];
}; };