From 0275f43b378c5e687d8bd8f1a6277cf1505303a9 Mon Sep 17 00:00:00 2001 From: sils Date: Mon, 2 Jan 2023 19:13:55 +0100 Subject: force-disable pulseaudio --- configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configuration.nix') 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 ]; -- cgit 1.4.1