fixed microphone issue
This commit is contained in:
parent
8cbc1db6b5
commit
09ded0d112
4 changed files with 15 additions and 11 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue