mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49: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") {};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue