diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2023-02-11 18:12:03 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2023-02-15 21:55:27 +0100 |
| commit | 0afbdaa261653e73a4f2f39d7529114989474a64 (patch) | |
| tree | 08df68b6c1a92708566e0e716d11d619e37d1621 /nixos/locale.nix | |
| parent | 7714f2c6a4c77e616fd3c64868c10337b9ca3a1e (diff) | |
factor out common configuration options
Diffstat (limited to 'nixos/locale.nix')
| -rw-r--r-- | nixos/locale.nix | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/nixos/locale.nix b/nixos/locale.nix deleted file mode 100644 index a206259..0000000 --- a/nixos/locale.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ config, ... }: - -{ - time.timeZone = "Europe/Paris"; - location = { - latitude = 48.856614; - longitude = 2.3522219; - }; - - i18n = { - defaultLocale = "fr_FR.utf8"; - extraLocaleSettings.LANG = "en_US.utf8"; - }; - console = { - font = "Lat2-Terminus16"; - keyMap = "fr"; - }; -} |
