From 9423855cb61ee9725bbb7085570cdbcd91d9a9b7 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Wed, 1 Jan 2020 16:26:40 -0700 Subject: [PATCH] graphical: plasma needs pulseaudio --- profiles/graphical/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/graphical/default.nix b/profiles/graphical/default.nix index 7a2b458c..e52ca795 100644 --- a/profiles/graphical/default.nix +++ b/profiles/graphical/default.nix @@ -12,6 +12,7 @@ in hardware.opengl.enable = true; hardware.opengl.driSupport = true; + hardware.pulseaudio.enable = true; sound.enable = true;