Use uni instead of custom emoji generation using gemoji

This commit is contained in:
Charlotte Van Petegem 2022-05-09 17:25:30 +02:00
parent 452255b5cf
commit f27f569187
No known key found for this signature in database
GPG key ID: 019E764B7184435A
4 changed files with 27 additions and 28 deletions

View file

@ -70,6 +70,7 @@
customPackages = callPackage: {
jdtls = callPackage ./packages/jdtls { };
kotlin-language-server = callPackage ./packages/kotlin-language-server { };
uni = callPackage ./packages/uni { };
}; in
utils.lib.mkFlake {
inherit self inputs;