From 0ab43973298c7ff236124e0c29159e471c29278e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Tue, 19 Jul 2022 21:55:17 -0300 Subject: [PATCH] add pulseaudio --- system/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/system/configuration.nix b/system/configuration.nix index 3a6e6f7..415c04f 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -109,9 +109,11 @@ in virtualisation.docker.enable = true; # Enable sound with pipewire. sound.enable = true; - hardware.pulseaudio.enable = true; + # hardware.pulseaudio.enable = true; security.rtkit.enable = true; services.pipewire.enable = true; + # services.pipewire.media-session.enable = true; + services.pipewire.pulse.enable = true; # Enable touchpad support (enabled default in most desktopManager). services.xserver.libinput.enable = true; # Define a user account. Don't forget to set a password with ‘passwd’. @@ -168,6 +170,7 @@ in bemenu # wayland clone of dmenu mako # notification system developed by swaywm maintainer (orchis-theme.override { tweaks = [ "compact" "solid" ]; }) + pulseaudio ]; # enable sway window manager programs.sway = {