adding sound and portals to desktop

This commit is contained in:
Chris Cochrun 2023-01-06 12:12:14 -06:00
parent 41741fc026
commit 01f0455eca

View file

@ -82,4 +82,19 @@ with lib;
enable = true;
nssmdns = true;
};
xdg.portals.extraPortals = [ "xdg-desktop-portal-kde" ];
# Enable sound.
security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
wireplumber.enable = true;
};
# Needed for some pipewire progs and other gtk apps
programs.dconf.enable = true;
}