sxmo: enable pipewire audio

This commit is contained in:
Colin 2023-05-17 10:19:13 +00:00
parent 12d120cd81
commit 4f494228d3
1 changed files with 10 additions and 0 deletions

View File

@ -146,6 +146,16 @@ in
# TODO: not all of these fonts seem to be mapped to the correct icon
fonts.fonts = [ pkgs.nerdfonts ];
# i believe sxmo recomments a different audio stack
# administer with pw-cli, pw-mon, pw-top commands
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true; # ??
pulse.enable = true;
};
systemd.user.services."pipewire".wantedBy = [ "graphical-session.target" ];
environment.systemPackages = with pkgs; [
bemenu
conky