diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-10-17 22:46:17 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-10-17 22:46:17 +0200 |
| commit | d163ff42b08a5cdf898f1085f8a1e35a4b6b48f1 (patch) | |
| tree | 54709119070ff80ea018add9bd92d4cc19965fbe /machines | |
| parent | 4c15a33354fd5f51269f3abd9f9e7331b153f7ef (diff) | |
add spotify
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/lemptop.nix | 5 |
1 files changed, 4 insertions, 1 deletions
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; |
