about summary refs log tree commit diff
path: root/modules/user/devhell/profiles/services.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/services.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/services.nix')
-rw-r--r--modules/user/devhell/profiles/services.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/user/devhell/profiles/services.nix b/modules/user/devhell/profiles/services.nix
index 77e31689..12cb4004 100644
--- a/modules/user/devhell/profiles/services.nix
+++ b/modules/user/devhell/profiles/services.nix
@@ -50,12 +50,6 @@ in {
       };
     };
 
-    services.pipewire = {
-      enable = true;
-      alsa.enable = true;
-      pulse.enable = true;
-      socketActivation = true;
-    };
 
     services.xserver = {
       displayManager.defaultSession = "none+i3";