adding sound and portals to desktop
This commit is contained in:
parent
41741fc026
commit
01f0455eca
|
@ -82,4 +82,19 @@ with lib;
|
||||||
enable = true;
|
enable = true;
|
||||||
nssmdns = 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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue