mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
update ama_nix config
This commit is contained in:
parent
5570e49412
commit
dcfe5b1435
8 changed files with 16 additions and 9 deletions
|
@ -848,7 +848,7 @@ in
|
|||
clock = {
|
||||
"interval" = 1;
|
||||
"format" = "{:%a %Y-%m-%d %I:%M:%S %p}";
|
||||
"timezone" = "America/Chicago";
|
||||
"timezone" = "Asia/Shanghai";
|
||||
"tooltip-format" = ''
|
||||
<big>{:%Y %B}</big>
|
||||
<tt><small>{calendar}</small></tt>'';
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
fcitx5.addons = with pkgs; [
|
||||
fcitx5-mozc
|
||||
fcitx5-gtk
|
||||
fcitx5-rime
|
||||
];
|
||||
};
|
||||
home.file.".config/fcitx5/config".text = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue