fix naming
This commit is contained in:
parent
045d9131e1
commit
a9265b4c75
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ in {
|
|||
map (package: {
|
||||
name = package.name;
|
||||
value = "/emoji/${package.name}/*";
|
||||
}) cfg.emotePackages
|
||||
}) cfg.emojiPackages
|
||||
));
|
||||
};
|
||||
|
||||
|
@ -33,7 +33,7 @@ in {
|
|||
map (package: {
|
||||
name = "emoji/${package.name}";
|
||||
value = package;
|
||||
}) cfg.emotePackages
|
||||
}) cfg.emojiPackages
|
||||
);
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue