npins: add emoji-picker overlay

This commit is contained in:
Primrose 2025-07-10 22:30:01 +02:00
parent 66f617f9b1
commit 42328774c6
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,7 @@
let
sources = import ../../npins;
in
final: _: {
# `-rs` to not mask the go one in nixpkgs
emoji-picker-rs = final.callPackage (sources.emoji-picker + "/package.nix") {};
}