nixos/overlays/modifications/cliphist.nix

6 lines
139 B
Nix
Raw Normal View History

{outputs, ...}: _final: prev: let
2025-06-10 15:54:54 +08:00
inherit (prev.stdenv.hostPlatform) system;
in {
2025-11-02 12:50:13 +08:00
cliphist = outputs.packages."${system}".cliphist';
2025-06-10 15:54:54 +08:00
}