pkgs: Add package for cliphist

This commit is contained in:
ulic-youthlic 2025-06-10 15:54:54 +08:00
parent d1c2006e24
commit dcbba5b66e
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
7 changed files with 79 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{outputs, ...}: final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
inherit (outputs.packages."${system}") cliphist;
}

View file

@ -10,6 +10,7 @@ in
./wshowkeys.nix
./QQ.nix
./helix.nix
./cliphist.nix
]
|> map (file: import file args)
|> (overlays: (lib.composeManyExtensions overlays) final prev)