From dc17b78cacbeca2e97e2664ce11ebe524bf4e783 Mon Sep 17 00:00:00 2001 From: tootbrute Date: Sun, 19 Jan 2025 14:18:16 +0800 Subject: [PATCH] fixing fcitx5 --- greynix/configuration.nix | 4 ++-- nixosModules/base.nix | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/greynix/configuration.nix b/greynix/configuration.nix index 8e63ad4..9667093 100644 --- a/greynix/configuration.nix +++ b/greynix/configuration.nix @@ -27,10 +27,10 @@ # Define a user account. Don't forget to set a password with ‘passwd’. users.users.elias = { isNormalUser = true; - description = "Elias Gasparis"; + description = "elias"; extraGroups = [ "networkmanager" "wheel" "libvirtd" ]; packages = with pkgs; [ - # thunderbird + # install packages in home-manager ]; }; diff --git a/nixosModules/base.nix b/nixosModules/base.nix index d804edc..09c76a8 100644 --- a/nixosModules/base.nix +++ b/nixosModules/base.nix @@ -58,7 +58,8 @@ }; i18n.inputMethod = { - enable = "fcitx5"; + enable = true; + type = "fcitx5"; fcitx5.addons = with pkgs; [ fcitx5-chewing fcitx5-chinese-addons