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