Override qq to use wayland.

This commit is contained in:
ulic-youthlic 2025-06-02 10:46:36 +08:00
parent e77baa8fc2
commit 50d2805acb
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
5 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{outputs, ...}: final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
qq = outputs.packages."${system}".QQ;
}

View file

@ -8,6 +8,7 @@ in
./spotifyx.nix
./radicle-explorer.nix
./wshowkeys.nix
./QQ.nix
]
|> map (file: import file args)
|> (overlays: (lib.composeManyExtensions overlays) final prev)