diff options
author | Alex Auvolat <alex@adnab.me> | 2023-11-27 14:43:22 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-11-27 14:43:22 +0100 |
commit | eea128b631c3f97731fc42f608c8856fba854331 (patch) | |
tree | d27e9c538e26a598422e2f1b65b55ac79303122b /nixos/common.nix | |
parent | acf38b6ea0ee5c4941986b84ff1e5ae2d7d75cd8 (diff) | |
download | user-config-eea128b631c3f97731fc42f608c8856fba854331.tar.gz user-config-eea128b631c3f97731fc42f608c8856fba854331.zip |
move fcitx to kusanagi only
Diffstat (limited to 'nixos/common.nix')
-rw-r--r-- | nixos/common.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index 8694a7e..0a66a5a 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -185,9 +185,6 @@ ]; }; - i18n.inputMethod.enabled = "fcitx5"; - i18n.inputMethod.fcitx5.addons = [ pkgs.fcitx5-mozc ]; - # ---- environment.systemPackages = with pkgs; [ |