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;
|
||||
}
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue