summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configuration.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix
index 6c443ac..bc39652 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -21,8 +21,11 @@
sound.enable = true;
hardware = {
- pulseaudio.enable = true;
opengl.driSupport32Bit = true;
+ pulseaudio = {
+ enable = true;
+ support32Bit = true;
+ };
};
i18n = {