Xwayland-sattelite

This commit is contained in:
Aleksandr Lebedev 2025-06-26 01:11:00 +02:00
parent beebd62e79
commit bf933e2af2

View file

@ -67,11 +67,6 @@
"hide"
];
}
{
command = [
"${lib.getExe pkgs.xwayland-satellite-unstable}"
];
}
{
command = [
"${lib.getExe pkgs.swaybg}"
@ -226,6 +221,10 @@
debug = lib.mkIf (hwconfig.hostname == "kylekrein-mac") {
render-drm-device = "/dev/dri/renderD128";
};
xwayland-satellite = {
enable = true;
path = "${lib.getExe pkgs.xwayland-satellite-unstable}";
};
};
};