about summary refs log tree commit diff
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
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>
-rw-r--r--machines/aszlig/managed/tyree.nix1
-rw-r--r--modules/user/aszlig/profiles/workstation/default.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix
index d896b249..4cbe7a6e 100644
--- a/machines/aszlig/managed/tyree.nix
+++ b/machines/aszlig/managed/tyree.nix
@@ -32,6 +32,7 @@
 
   hardware.cpu.intel.updateMicrocode = true;
   hardware.pulseaudio.enable = true;
+  hardvare.pulseaudio.package = pkgs.pulseaudioFull;
 
   i18n.consoleUseXkbConfig = true;
   i18n.defaultLocale = "de_DE.UTF-8";
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;