modify i18n config, to use flake packages as addons
This commit is contained in:
parent
ec814431ff
commit
914c64e982
2 changed files with 12 additions and 2 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
pkgs,
|
||||
outputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
i18n = {
|
||||
defaultLocale = "C.UTF-8";
|
||||
|
|
@ -27,7 +31,7 @@
|
|||
[
|
||||
rime-data
|
||||
]
|
||||
++ (with (pkgs.callPackage inputs.nur-xddxdd { }); [
|
||||
++ (with (outputs.packages."${pkgs.system}"); [
|
||||
rime-ice
|
||||
rime-zhwiki
|
||||
rime-moegirl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue