summaryrefslogtreecommitdiff
path: root/languages/french.nix
diff options
context:
space:
mode:
Diffstat (limited to 'languages/french.nix')
-rw-r--r--languages/french.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/languages/french.nix b/languages/french.nix
index 0dd9541..2091241 100644
--- a/languages/french.nix
+++ b/languages/french.nix
@@ -1,10 +1,8 @@
-{ ... }:
-
-{
+{...}: {
name = "French";
proficiency = "native";
icon = {
- codepoints = [ "1F1EB" "1F1F7" ];
+ codepoints = ["1F1EB" "1F1F7"];
shortcode = "flag-france";
};
}