From 73b2d2d334f36421bb06b65db3054f474034d2e2 Mon Sep 17 00:00:00 2001 From: deadvey Date: Thu, 26 Dec 2024 00:36:57 +0000 Subject: [PATCH] 2 current 2024-12-26 00:36:07 24.11.711867.6c90912761c4 6.6.67 * --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;