home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 31f7cdfa1ee5dde0f51bcd10b2fa7052b0ee80b3
parent 4f0929052fffb6a69220f6f46a6918e228c59dd8
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 19 Aug 2022 17:23:11 +0200

systems/modules: enable pipewire with sway

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/desktop/sway.nix | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/systems/modules/desktop/sway.nix b/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";