fix: add user to audio group
This commit is contained in:
parent
d6f7285cfc
commit
81504a006e
1 changed files with 1 additions and 1 deletions
|
|
@ -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; [ ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue