From 4649c9497c99d4f44a62a558755c29b6d35c1e0c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 18 May 2016 19:30:41 +0200 Subject: pulseaudio full --- hel.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index ab7d2482..35eb525d 100644 --- a/hel.nix +++ b/hel.nix @@ -227,7 +227,10 @@ time.timeZone = "Europe/Berlin"; hardware = { - pulseaudio.enable = true; + pulseaudio = { + enable = true; + package = with pkgs; pulseaudioFull.out; + }; opengl = { enable = true; -- cgit v1.2.3