home/fcitx5: force install profile on activation
This commit is contained in:
parent
de6e83649e
commit
00a536c457
|
@ -17,7 +17,9 @@ in
|
|||
xdg.configFile = let
|
||||
format = pkgs.formats.ini { };
|
||||
in {
|
||||
"fcitx5/profile".source = format.generate "fcitx5-profile" {
|
||||
"fcitx5/profile" = {
|
||||
force = true;
|
||||
source = format.generate "fcitx5-profile" {
|
||||
"Groups/0" = {
|
||||
Name = "Default";
|
||||
"Default Layout" = "us";
|
||||
|
@ -39,6 +41,7 @@ in
|
|||
"0" = "Default";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
"fcitx5/config".source = format.generate "fcitx5-config" {
|
||||
Hotkey = {
|
||||
|
|
Loading…
Reference in New Issue