diff --git a/users/price/home.nix b/users/price/home.nix index 0b45cd10..66adff2e 100644 --- a/users/price/home.nix +++ b/users/price/home.nix @@ -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";