feat(hm/price): add xwaylandvideobridge user service

This commit is contained in:
Price Hiller 2024-10-03 03:40:12 -05:00
parent 26e664cc33
commit a1700e62db
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -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";