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 = {
|
users.users.glen = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Glen";
|
description = "Glen";
|
||||||
extraGroups = [ "networkmanager" "wheel" "video" "docker" ];
|
extraGroups = [ "networkmanager" "wheel" "video" "docker" "audio" ];
|
||||||
shell = pkgs.zsh; # Default shell
|
shell = pkgs.zsh; # Default shell
|
||||||
packages = with pkgs; [ ];
|
packages = with pkgs; [ ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue