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 ];