3
0
Fork 0
forked from mirrors/nixpkgs

nixos/gnome-remote-desktop: enable pipewire

We need the pipewire service to actually use this.
Tested with g-c-c Sharing.
This commit is contained in:
worldofpeace 2020-04-07 18:46:14 -04:00 committed by Jan Tojnar
parent 24201a5148
commit 94eb65a287

View file

@ -17,6 +17,8 @@ with lib;
###### implementation
config = mkIf config.services.gnome3.gnome-remote-desktop.enable {
services.pipewire.enable = true;
systemd.packages = [ pkgs.gnome3.gnome-remote-desktop ];
};
}