Skip to content

Commit

Permalink
nixos/gnome-remote-desktop: enable pipewire
Browse files Browse the repository at this point in the history
We need the pipewire service to actually use this.
Tested with g-c-c Sharing.

(cherry picked from commit 94eb65a)
  • Loading branch information
worldofpeace committed Apr 10, 2020
1 parent 8d37cca commit c264873
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -13,6 +13,8 @@ with lib;

###### implementation
config = mkIf config.services.gnome3.gnome-remote-desktop.enable {
services.pipewire.enable = true;

systemd.packages = [ pkgs.gnome3.gnome-remote-desktop ];
};
}

0 comments on commit c264873

Please sign in to comment.