diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 20e6921..97d182e 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -54,7 +54,7 @@ # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; # Enable pulseaudio - hardware.pulseaudio.enable = false; # For some reason it's saying I can't enable it because pipewire?!? + hardware.pulseaudio.enable = true; # For some reason it's saying I can't enable it because pipewire?!? # Enable gpm (mouse in tty) services.gpm.enable = true;