Commit 31f7cdfa1ee5

Vincent Demeester <vincent@sbr.pm>
2022-08-19 17:23:11
systems/modules: enable pipewire with sway
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 4f09290
Changed files (1)
systems
modules
desktop
systems/modules/desktop/sway.nix
@@ -23,6 +23,12 @@ in
       };
     };
 
+    services.pipewire = {
+      enable = true;
+      alsa.enable = true;
+      pulse.enable = true;
+    };
+
     # Allow swaylock to unlock the computer for us
     security.pam.services.swaylock = {
       text = "auth include login";