summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-26 20:02:13 +0700
committerpolwex <polwex@sortug.com>2025-10-26 20:02:13 +0700
commit3f93fb6a80fffffd880d496d5116be8c41058fa1 (patch)
tree5a9cec96eaf31b339ebec314be741096e7aaf2f1 /hosts
parent024b7a90a30aa645dd5910cd95ab8d1e7682ef99 (diff)
fcitx5 fixed upstream
Diffstat (limited to 'hosts')
-rw-r--r--hosts/local/gui.nix32
1 files changed, 18 insertions, 14 deletions
diff --git a/hosts/local/gui.nix b/hosts/local/gui.nix
index de16ac8..cf6beff 100644
--- a/hosts/local/gui.nix
+++ b/hosts/local/gui.nix
@@ -2,7 +2,11 @@
inputs,
pkgs,
...
-}: {
+}: let
+ spkgs = import inputs.nixstaging {
+ system = pkgs.system;
+ };
+in {
environment.systemPackages = with pkgs; [
pavucontrol
#terminals
@@ -58,19 +62,19 @@
gparted
];
- # i18n.inputMethod = {
- # enable = true;
- # type = "fcitx5";
- # fcitx5.addons = with pkgs; [
- # fcitx5-mozc
- # # mozc-ut is better, wat do
- # # fcitx5-gtk
- # # libsForQt5.fcitx5-qt
- # fcitx5-lua
- # fcitx5-configtool
- # fcitx5-rime
- # ];
- # };
+ i18n.inputMethod = {
+ enable = true;
+ type = "fcitx5";
+ fcitx5.addons = with pkgs; [
+ fcitx5-mozc
+ # mozc-ut is better, wat do
+ fcitx5-gtk
+ libsForQt5.fcitx5-qt
+ fcitx5-lua
+ fcitx5-configtool
+ fcitx5-rime
+ ];
+ };
#
# https://github.com/NixOS/nixpkgs/issues/454887
# #