about summary refs log tree commit diff
path: root/modules/user
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-06-26 10:53:58 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-06-26 10:53:58 +0200
commit77122c820253752b3616e5c52605c085a4a3ac80 (patch)
treeea03b00068bf9efffeefa1b33428109323f93e8e /modules/user
parent8faa61ad6d8ff28af2db196c5faf53e0b77ee9e6 (diff)
Switch to pulseaudioFull for most of my machines
The default (light) package doesn't contain all the modules I need from
time to time, so having te replace the running pulseaudio daemon with
the full one is more of a hassle than worth keeping the light package.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/aszlig/profiles/workstation/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/aszlig/profiles/workstation/default.nix b/modules/user/aszlig/profiles/workstation/default.nix
index 6f6fa52c..b7b7eff7 100644
--- a/modules/user/aszlig/profiles/workstation/default.nix
+++ b/modules/user/aszlig/profiles/workstation/default.nix
@@ -29,6 +29,7 @@ in {
 
     hardware = {
       pulseaudio.enable = true;
+      pulseaudio.package = pkgs.pulseaudioFull;
       opengl = {
         driSupport32Bit = true;
         s3tcSupport = true;