refactor(hm/price): remove xwaylandvideobridge
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 37s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 37s
This commit is contained in:
parent
75ba42519c
commit
811169f9c9
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user