diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 0953c7d..f78894d 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -55,7 +55,6 @@ # Enable pulseaudio hardware.pulseaudio.enable = true; - hardware.pipewire.enable = false; # Enable gpm (mouse in tty) services.gpm.enable = true; @@ -100,7 +99,7 @@ users.users.deadvey = { isNormalUser = true; description = "deadvey"; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" "audio" ]; packages = with pkgs; [ ]; };