Override qq to use wayland.
This commit is contained in:
parent
e77baa8fc2
commit
50d2805acb
5 changed files with 34 additions and 0 deletions
5
overlays/modifications/QQ.nix
Normal file
5
overlays/modifications/QQ.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{outputs, ...}: final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
qq = outputs.packages."${system}".QQ;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue