summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-18 19:30:41 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-18 19:30:41 +0200
commit4649c9497c99d4f44a62a558755c29b6d35c1e0c (patch)
treee19a75cf385605d81bab33f80a18c796d99c99f9
parent92cb7ee0fdcb336204fa33d8df4cf7f0029de708 (diff)
downloadnixos-4649c9497c99d4f44a62a558755c29b6d35c1e0c.tar
nixos-4649c9497c99d4f44a62a558755c29b6d35c1e0c.tar.gz
nixos-4649c9497c99d4f44a62a558755c29b6d35c1e0c.tar.bz2
nixos-4649c9497c99d4f44a62a558755c29b6d35c1e0c.tar.xz
nixos-4649c9497c99d4f44a62a558755c29b6d35c1e0c.zip
pulseaudio full
-rw-r--r--hel.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index ab7d2482..35eb525d 100644
--- a/hel.nix
+++ b/hel.nix
@@ -227,7 +227,10 @@
227 time.timeZone = "Europe/Berlin"; 227 time.timeZone = "Europe/Berlin";
228 228
229 hardware = { 229 hardware = {
230 pulseaudio.enable = true; 230 pulseaudio = {
231 enable = true;
232 package = with pkgs; pulseaudioFull.out;
233 };
231 234
232 opengl = { 235 opengl = {
233 enable = true; 236 enable = true;