mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
carbon: stop using nix to generate fcitx configuration
This commit is contained in:
parent
d770344be4
commit
629dce3e89
6 changed files with 110 additions and 121 deletions
13
nix/configurations/host/carbon/inputMethod/default.nix
Normal file
13
nix/configurations/host/carbon/inputMethod/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
i18n.inputMethod = {
|
||||
enabled = "fcitx5";
|
||||
fcitx5.addons = [
|
||||
pkgs.fcitx5-chinese-addons
|
||||
pkgs.fcitx5-table-extra
|
||||
];
|
||||
};
|
||||
|
||||
environment.etc."xdg/fcitx5".source = ./fcitx;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue