From 77122c820253752b3616e5c52605c085a4a3ac80 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 26 Jun 2016 10:53:58 +0200 Subject: 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 --- machines/aszlig/managed/tyree.nix | 1 + modules/user/aszlig/profiles/workstation/default.nix | 1 + 2 files changed, 2 insertions(+) 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; -- cgit 1.4.1