summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;