fix: add user to audio group

This commit is contained in:
Glen Goodwin 2023-06-10 18:48:13 -04:00
parent d6f7285cfc
commit 81504a006e

View file

@ -39,7 +39,7 @@
users.users.glen = {
isNormalUser = true;
description = "Glen";
extraGroups = [ "networkmanager" "wheel" "video" "docker" ];
extraGroups = [ "networkmanager" "wheel" "video" "docker" "audio" ];
shell = pkgs.zsh; # Default shell
packages = with pkgs; [ ];
};