add wshowkeys module and package
This commit is contained in:
parent
2afb64528d
commit
73ff50db30
13 changed files with 82 additions and 39 deletions
|
|
@ -7,6 +7,7 @@ in
|
|||
./dae.nix
|
||||
./spotifyx.nix
|
||||
./radicle-explorer.nix
|
||||
./wshowkeys.nix
|
||||
]
|
||||
|> map (file: import file args)
|
||||
|> (overlays: (lib.composeManyExtensions overlays) final prev)
|
||||
|
|
|
|||
5
overlays/modifications/wshowkeys.nix
Normal file
5
overlays/modifications/wshowkeys.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{outputs, ...}: final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
wshowkeys = outputs.packages.${system}.wshowkeys-mao;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue