From 3a71c8600ce04ab667b7ff366bd7f252ed7f8630 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 18 Jul 2024 15:57:42 -0600 Subject: [PATCH] [NixOS] Remove sound.enable --- nixos/base.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/base.nix b/nixos/base.nix index 963348e5..810c48c4 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -36,7 +36,6 @@ makeEnable config "modules.base" true { }; # Audio - sound.enable = true; hardware.pulseaudio.enable = true; # Bluetooth