feat(hm/price): add xwaylandvideobridge user service
This commit is contained in:
parent
26e664cc33
commit
a1700e62db
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user