add wshowkeys module and package
This commit is contained in:
parent
2afb64528d
commit
73ff50db30
13 changed files with 82 additions and 39 deletions
11
pkgs/wshowkeys-mao.nix
Normal file
11
pkgs/wshowkeys-mao.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
srcs,
|
||||
}: let
|
||||
inherit (srcs) wshowkeys-mao;
|
||||
in
|
||||
pkgs.wshowkeys.overrideAttrs (final: prev: {
|
||||
inherit (wshowkeys-mao) src;
|
||||
pname = "wshowkeys-mao";
|
||||
version = wshowkeys-mao.date + "-" + wshowkeys-mao.version;
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue