From a1700e62db6e8b6f67bf91ac4191e8fa5872d05f Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 3 Oct 2024 03:40:12 -0500 Subject: [PATCH] feat(hm/price): add xwaylandvideobridge user service --- users/price/home.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/users/price/home.nix b/users/price/home.nix index 90dd4966..da29fbee 100644 --- a/users/price/home.nix +++ b/users/price/home.nix @@ -413,6 +413,19 @@ in }; }; services = { + xwaylandvideobridge = { + Install.WantedBy = [ "compositor.target" ]; + Service = { + ExecStart = "${pkgs.xwaylandvideobridge}/bin/xwaylandvideobridge"; + Restart = "Always"; + }; + Unit = { + Description = "Bridge X11 Clients to XDG Portal"; + Documentation = "https://invent.kde.org/system/xwaylandvideobridge"; + PartOf = [ "compositor.target" ]; + After = [ "compositor.target" ]; + }; + }; keyd-application-mapper = { Unit = { Description = "Keyd - Linux Keyboard Remapper";