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") {};
}

View file

@ -46,6 +46,19 @@
"hash": "0rddwwrkbbgcdava542qg1wb3ca9d6g24l9gp4ghp55f04p55p79",
"frozen": true
},
"emoji-picker": {
"type": "Git",
"repository": {
"type": "GitHub",
"owner": "leana8959",
"repo": "emoji-picker"
},
"branch": "master",
"submodules": false,
"revision": "353eee703b5d96c28333814d4413f126c86f26c2",
"url": "https://github.com/leana8959/emoji-picker/archive/353eee703b5d96c28333814d4413f126c86f26c2.tar.gz",
"hash": "177ldizg1h4mndxmj2qclgi1p73yy6wmr3nix003d5rr4jmm2dhi"
},
"fcitx5-table-extra": {
"type": "Git",
"repository": {