diff --git a/modules/home-manager/options.nix b/modules/home-manager/options.nix index a314e91..c0010b9 100644 --- a/modules/home-manager/options.nix +++ b/modules/home-manager/options.nix @@ -87,9 +87,10 @@ with lib; inherit name; isNormalUser = true; extraGroups = [ + "audio" + "lxd" "networkmanager" "wheel" - "lxd" ]; description = "Jordan Holt"; useDefaultShell = true;