Use pipewire
Screen sharing doesn't seem to work yet
This commit is contained in:
parent
ffb8372119
commit
44686f804f
2 changed files with 10 additions and 8 deletions
|
@ -2,14 +2,10 @@
|
|||
|
||||
{
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio = {
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
jack.enable = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
|
||||
# PulseAudio doesn't play nice with symlinks
|
||||
systemd.user.services.pulseaudio.environment = lib.mkIf config.chvp.zfs.enable {
|
||||
XDG_CONFIG_HOME = "/data/home/charlotte/.config";
|
||||
};
|
||||
|
||||
users.users.charlotte.extraGroups = [ "audio" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue