added audio role to cybrneko

This commit is contained in:
2026-07-05 16:32:40 -05:00
parent 22ce460a57
commit 7cb7cee7b2
+1 -1
View File
@@ -89,7 +89,7 @@
users.users."cybrneko" = {
isNormalUser = true;
description = "cybrneko";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "wheel" "audio" ];
packages = with pkgs; [
# thunderbird
];