fixed microphone issue

This commit is contained in:
Elias Gasparis 2025-06-06 12:40:26 +08:00
parent 8cbc1db6b5
commit 09ded0d112
4 changed files with 15 additions and 11 deletions

View file

@ -99,7 +99,7 @@
services.printing.enable = false;
# Enable sound with pipewire.
hardware.pulseaudio.enable = false;
services.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
@ -114,8 +114,9 @@
# Define a user account. Don't forget to set a password with passwd.
users.users.elias = {
isNormalUser = true;
description = "Elias Gasparis";
extraGroups = [ "networkmanager" "wheel" ];
description = "elias";
#ADDED AUDIO GROUP FOR MICROPHONE, DIDN"T HELP
extraGroups = [ "networkmanager" "wheel" "audio"];
packages = with pkgs; [
# thunderbird
];