From fd4b51e746841e9101fa8c13e6bb4007d4b45cc0 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 22 Feb 2023 11:20:02 -0300 Subject: etc/nix/configuration.nix: Tidy up extra comments --- etc/nix/configuration.nix | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'etc/nix/configuration.nix') diff --git a/etc/nix/configuration.nix b/etc/nix/configuration.nix index 97f383e..62580af 100644 --- a/etc/nix/configuration.nix +++ b/etc/nix/configuration.nix @@ -42,16 +42,8 @@ networkmanager.enable = true; }; - console = { - keyMap = "br-abnt2"; - }; - - # Select internationalisation properties. - i18n = { - defaultLocale = "fr_FR.UTF-8"; - }; - - # Set your time zone. + console.keyMap = "br-abnt2"; + i18n.defaultLocale = "fr_FR.UTF-8"; time.timeZone = "America/Sao_Paulo"; environment = { -- cgit v1.2.3