use unstable mosc
This commit is contained in:
parent
b8b74b0fff
commit
4df960070c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue