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:
parent
24201a5148
commit
94eb65a287
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue