From 4df960070c8895485e6dbf4f9a16083ccddbedc3 Mon Sep 17 00:00:00 2001 From: osbm Date: Thu, 21 Nov 2024 22:40:09 +0300 Subject: [PATCH] use unstable mosc --- common/i18n.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/i18n.nix b/common/i18n.nix index 83a0c92..73d9c6b 100644 --- a/common/i18n.nix +++ b/common/i18n.nix @@ -1,4 +1,4 @@ -{ pkgs, lib, config, ... }: { +{ pkgs, lib, config, pkgs-unstable, ... }: { time.timeZone = "Europe/Istanbul"; @@ -27,7 +27,7 @@ type = "fcitx5"; enable = true; fcitx5.addons = with pkgs; [ - fcitx5-mozc + pkgs-unstable.fcitx5-mozc #TODO revert back to stable once its updated fcitx5-gtk fcitx5-nord # a color theme ];