diff options
Diffstat (limited to 'languages/german.nix')
| -rw-r--r-- | languages/german.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/languages/german.nix b/languages/german.nix new file mode 100644 index 0000000..d5b64c4 --- /dev/null +++ b/languages/german.nix @@ -0,0 +1,12 @@ +{ ... }: +{ + name = "German"; + proficiency = "basic"; + icon = { + codepoints = [ + "1F1E9" + "1F1EA" + ]; + shortcode = "flag-germany"; + }; +} |
