diff --git a/overlays/overrides.nix b/overlays/overrides.nix index 327c2a3..b033c71 100644 --- a/overlays/overrides.nix +++ b/overlays/overrides.nix @@ -9,6 +9,10 @@ channels: final: prev: { polymc ; + inherit (channels.stable) + hydrus + ; + qtile = prev.qtile.override { python3 = final.python310; python3Packages = final.python310Packages;