inputMethod = { enabled = true; # 如果用 fcitx5 # type = "fcitx5"; # fcitx5.addons = with pkgs; [ # fcitx5-rime # fcitx5-chinese-addons # ]; # 我现在用 ibus type = "ibus"; ibus.engines = with pkgs.ibus-engines; [ libpinyin rime ]; };编辑于 2024-08-01 00:00・广东 ...
{inputs={home-manager.url="github:nix-community/home-manager/master";nixpkgs.url="github:NixOS/nixpkgs/nixos-unstable";chinese-fonts-overlay.url="github:brsvh/chinese-fonts-overlays/main";};output=inputs:{homeConfigurations.YOUR-CONFIGURATION-NAME=inputs.home-manager.lib.homeManagerConfiguration{sy...
但是我直到能正常使用fcitx输入法,我都不明白在linux桌面环境中“键盘、键盘布局、输入法、语言、fcitx addons”之间是怎样的逻辑关系 以及搜索输入法的时候要搜pinyin,搜chinese搜到的那几个都不能用。 ✨谈谈NixOS✨ 先随便提几个问题:NixOS好在哪?NixOS是怎么做到把大多数系统配置都集合在一个地方的?或者...
{config,lib,pkgs,...}:{imports=[./hardware-configuration.nix];boot.loader.systemd-boot.enable=true;boot.loader.efi.canTouchEfiVariables=true;nix.settings.substituters=["https://mirrors.ustc.edu.cn/nix-channels/store"];nixpkgs.config.allowUnfree=true;networking.hostName="nixos";# Define your...
Description of changes close: #292518 #292516 changelog: https://groups.google.com/g/fcitx-announce/c/LbAHWhZ3I6k Things done Built on platform(s) x86_64-linux aarch64-linux x86_64-darwin a...
jetbrains-mono];};i18n.inputMethod={enabled="fcitx5";fcitx5.enableRimeData=true;fcitx5.addons=with pkgs;[fcitx5-rime fcitx5-chinese-addons];};# Enable the X11 windowing system.services.xserver.enable=true;hardware.opengl.driSupport32Bit=true;# Enable the KDE Plasma Desktop Environment.service...
jetbrains-mono];};i18n.inputMethod={enabled="fcitx5";fcitx5.enableRimeData=true;fcitx5.addons=with pkgs;[fcitx5-rime fcitx5-chinese-addons];};# Enable the X11 windowing system.services.xserver.enable=true;hardware.opengl.driSupport32Bit=true;# Enable the KDE Plasma Desktop Environment.service...
fcitx5-anthy: 5.1.4 -> 5.1.5 Verified 24f05c2 fcitx5-chewing: 5.1.5 -> 5.1.6 … Verified 878b47b fcitx5-chinese-addons: 5.1.6 -> 5.1.7 … Verified ca3bb44 fcitx5-configtool: 5.1.6 -> 5.1.7 … Verified 1279ee7 fcitx5-hangul: 5.1.4 -> 5.1.5 … Verified c5ae...
meta.description for lxgw-neoxihei is: Simplified Chinese sans-serif font derived from IPAex Gothic meta.homepage for lxgw-neoxihei is:https://github.com/lxgw/LxgwNeoXiHei Updates performed Version update To inspect upstream changes Release on GitHub ...
i18n.inputMethod = { enable = true; type = "fcitx5"; fcitx5.waylandFrontend = true; fcitx5.addons = with pkgs; [ fcitx5-rime fcitx5-pinyin-zhwiki kdePackages.fcitx5-with-addons kdePackages.fcitx5-chinese-addons ]; }; fonts = { enableDefaultPackages = true; packages = with pkgs; ...