mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 19:00:19 +01:00
wm: Disable checks for dbus-next while waiting for 360361 to land
This commit is contained in:
parent
5ef641e28a
commit
ce24d23b02
1 changed files with 11 additions and 1 deletions
12
wm/hm.nix
12
wm/hm.nix
|
|
@ -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"; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue