汉语时间! Change-Id: Ic52c2d393ee55c1d251416a66c15f4b6d6722bfa Reviewed-on: https://cl.tvl.fyi/c/depot/+/1966 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			150 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			150 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { config, lib, pkgs, ... }:
 | |
| 
 | |
| {
 | |
|   i18n.inputMethod = {
 | |
|     enabled = "fcitx";
 | |
|     engines = with pkgs.fcitx-engines; [
 | |
|       cloudpinyin
 | |
|     ];
 | |
|   };
 | |
| }
 |