From 7d3fd572d171a4f0a1a6a77be19020cc62b121f1 Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 13 Jul 2026 17:55:49 -0500 Subject: Add PipeWire audio with pavucontrol, pamixer, xmobar volume, and media key bindings --- modules/common.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/common.nix') diff --git a/modules/common.nix b/modules/common.nix index 8590d42..1e8fe95 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -92,6 +92,12 @@ config.common.default = "gtk"; }; + services.pipewire = { + enable = true; + alsa.enable = true; + pulse.enable = true; + }; + services.openssh.enable = true; programs.mosh.enable = true; -- cgit v1.2.3