about summary refs log tree commit diff
path: root/modules/user/devhell/profiles/base.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-04-18 17:36:23 +0100
committerdevhell <devhell@mailfresser.de>2021-04-18 17:38:55 +0100
commit1931d7ead73c9060e0d163073e091e028e7b5dfa (patch)
treec20f74e655b525d58c1b96dd9317616813158343 /modules/user/devhell/profiles/base.nix
parente827fc986aa29bf4c3ab08317877ecf6c830ddc9 (diff)
Revert "profiles/{base,packages,services}: Swith to pipewire"
This isn't working for me right now. Various different issues are afoot.
For one, my new headset at work functions as expected, until I change
volume, either on the headset itself or via normal volume control. My
local MPD isn't working either since the switch and there doesn't seem
to be a way to replicate that functionality with `pipewire` right now.

While I'd be more than happy to look into it, as usual, right now is not
a good time.

This reverts commit 997cbff6504bcd6bbc2b9fc72fecf271508956b8.
Diffstat (limited to 'modules/user/devhell/profiles/base.nix')
-rw-r--r--modules/user/devhell/profiles/base.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix
index 5146f505..8905d001 100644
--- a/modules/user/devhell/profiles/base.nix
+++ b/modules/user/devhell/profiles/base.nix
@@ -37,6 +37,11 @@ in {
       opengl = {
         driSupport32Bit = true;
       };
+      pulseaudio = {
+        enable = true;
+        systemWide = false;
+        extraConfig = "load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1";
+      };
     };
 
     networking = {