mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
npins: add emoji-picker overlay
This commit is contained in:
parent
66f617f9b1
commit
42328774c6
2 changed files with 20 additions and 0 deletions
7
nix/overlays/emoji-picker.nix
Normal file
7
nix/overlays/emoji-picker.nix
Normal 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") {};
|
||||||
|
}
|
||||||
|
|
@ -46,6 +46,19 @@
|
||||||
"hash": "0rddwwrkbbgcdava542qg1wb3ca9d6g24l9gp4ghp55f04p55p79",
|
"hash": "0rddwwrkbbgcdava542qg1wb3ca9d6g24l9gp4ghp55f04p55p79",
|
||||||
"frozen": true
|
"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": {
|
"fcitx5-table-extra": {
|
||||||
"type": "Git",
|
"type": "Git",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue