refactor(hm/price): remove xwaylandvideobridge
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 37s

This commit is contained in:
Price Hiller 2024-11-13 00:23:23 -06:00
parent 75ba42519c
commit 811169f9c9
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -320,19 +320,6 @@ 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";