wm: Disable checks for dbus-next while waiting for 360361 to land

This commit is contained in:
Quentin Boyer 2024-12-05 01:02:09 +01:00
parent 5ef641e28a
commit ce24d23b02

View file

@ -117,7 +117,17 @@
};
startup = [
{ command = lib.getExe pkgs.sway-assign-cgroups; }
{
command = lib.getExe (
pkgs.sway-assign-cgroups.override {
python3Packages = pkgs.python3Packages // {
dbus-next = pkgs.python3Packages.dbus-next.overridePythonAttrs (_: {
doCheck = false;
});
};
}
);
}
{ command = "signal-desktop"; }
{ command = "discord"; }
{ command = "firefox"; }