diff options
| author | Christian <[email protected]> | 2026-07-13 17:55:49 -0500 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-07-13 17:55:49 -0500 |
| commit | 7d3fd572d171a4f0a1a6a77be19020cc62b121f1 (patch) | |
| tree | 2435c13158a604e1ed125a6997ad210d31070988 /modules/common.nix | |
| parent | b53d77773468ffb4f4ddc3dcd828ba88be9daeab (diff) | |
Add PipeWire audio with pavucontrol, pamixer, xmobar volume, and media key bindings
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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; |
