summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--configuration.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix
index 74cae68..df0dd20 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -35,7 +35,10 @@
 		};
 	};
 
-	hardware.bluetooth.enable = true;
+	hardware = {
+		bluetooth.enable = true;
+		pulseaudio.enable = false;
+	};
 	security.rtkit.enable = true;
 
 	environment.systemPackages = [ pkgs.xorg.xkbcomp ];