pkgs: Add package for cliphist
This commit is contained in:
parent
d1c2006e24
commit
dcbba5b66e
7 changed files with 79 additions and 0 deletions
5
overlays/modifications/cliphist.nix
Normal file
5
overlays/modifications/cliphist.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{outputs, ...}: final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
inherit (outputs.packages."${system}") cliphist;
|
||||
}
|
||||
|
|
@ -10,6 +10,7 @@ in
|
|||
./wshowkeys.nix
|
||||
./QQ.nix
|
||||
./helix.nix
|
||||
./cliphist.nix
|
||||
]
|
||||
|> map (file: import file args)
|
||||
|> (overlays: (lib.composeManyExtensions overlays) final prev)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue