From d163ff42b08a5cdf898f1085f8a1e35a4b6b48f1 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Tue, 17 Oct 2023 22:46:17 +0200 Subject: add spotify --- machines/lemptop.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'machines') diff --git a/machines/lemptop.nix b/machines/lemptop.nix index 24cf703..1d56804 100644 --- a/machines/lemptop.nix +++ b/machines/lemptop.nix @@ -35,13 +35,16 @@ ''; virtualisation.docker.enable = true; - sound.enable = true; + + sound.enable = false; + hardware.pulseaudio.enable = false; security.rtkit.enable = true; services.pipewire = { enable = true; alsa.enable = true; alsa.support32Bit = true; pulse.enable = true; + wireplumber.enable = true; }; hardware.bluetooth.enable = true; services.blueman.enable = true; -- cgit v1.2.3