diff --git a/users/cirno/default.nix b/users/cirno/default.nix index 4870a94..1044584 100644 --- a/users/cirno/default.nix +++ b/users/cirno/default.nix @@ -14,6 +14,11 @@ enable = true; wayland.enable = true; }; + pipewire = { + enable = true; + pulse.enable = true; + alsa.enable = true; + }; desktopManager.plasma6.enable = true; }; @@ -22,7 +27,7 @@ shell = pkgs.zsh; home = "/home/cirno"; description = "user for guests/cirno people"; - extraGroups = [ "" ]; + extraGroups = [ "audio" ]; initialHashedPassword = "$6$2f8vjQbdKyEBqPRT$FrZBZfzpJGqNqLlCyb7CzRNm0wuZwfRI7Qj/dUQlbtLixyJK5Im9AJT7GXmP5StfhZxSbH/wW8nDGPQm98NXV0"; }; };