From 9dd8c3d9933e2480afc973f678933c5b703b9b8e Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 14 Oct 2024 12:17:51 +0300 Subject: [PATCH] update flake --- configuration.nix | 11 ++++++++++- flake.lock | 6 +++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 198a921..62bf8ad 100644 --- a/configuration.nix +++ b/configuration.nix @@ -152,6 +152,7 @@ python312Packages.numpy python312Packages.matplotlib ])) + # fcitx5-mosc ]; # Some programs need SUID wrappers, can be configured further or are @@ -161,7 +162,15 @@ # enable = true; # enableSSHSupport = true; # }; - + i18n.inputMethod = { + enabled = "fcitx5"; + # waylandFrontend = true; + fcitx5.addons = with pkgs; [ + fcitx5-gtk # alternatively, kdePackages.fcitx5-qt + # fcitx5-mosc # table input method support + fcitx5-nord # a color theme + ]; + }; # List services that you want to enable: # Enable the OpenSSH daemon. diff --git a/flake.lock b/flake.lock index b86cf5b..bbe9299 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1728500571, - "narHash": "sha256-dOymOQ3AfNI4Z337yEwHGohrVQb4yPODCW9MDUyAc4w=", + "lastModified": 1728740863, + "narHash": "sha256-u+rxA79a0lyhG+u+oPBRtTDtzz8kvkc9a6SWSt9ekVc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d51c28603def282a24fa034bcb007e2bcb5b5dd0", + "rev": "a3f9ad65a0bf298ed5847629a57808b97e6e8077", "type": "github" }, "original": {