use unstable mosc

This commit is contained in:
Osman Faruk Bayram 2024-11-21 22:40:09 +03:00
parent b8b74b0fff
commit 4df960070c

View file

@ -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
];