From 7cb7cee7b27f86ebdc52853be683399bbf4b43b4 Mon Sep 17 00:00:00 2001 From: cybrneko Date: Sun, 5 Jul 2026 16:32:40 -0500 Subject: [PATCH] added audio role to cybrneko --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 9a2be2c..266e00e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -89,7 +89,7 @@ users.users."cybrneko" = { isNormalUser = true; description = "cybrneko"; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" "audio" ]; packages = with pkgs; [ # thunderbird ];