nixos/fcitx5: update quick phrase format
This commit is contained in:
@@ -109,7 +109,8 @@ in
|
||||
(pkgs.writeTextDir "share/fcitx5/data/QuickPhrase.mb" (
|
||||
lib.concatStringsSep "\n" (
|
||||
lib.mapAttrsToList (
|
||||
name: value: "${name} ${builtins.replaceStrings [ "\\" "\n" ] [ "\\\\" "\\n" ] value}"
|
||||
name: value:
|
||||
"${name} \"${builtins.replaceStrings [ "\\" "\n" "\"" ] [ "\\\\" "\\n" "\\\"" ] value}\""
|
||||
) cfg.quickPhrase
|
||||
)
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user