diff options
author | EuAndreh <eu@euandre.org> | 2023-02-22 11:20:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-22 11:20:02 -0300 |
commit | fd4b51e746841e9101fa8c13e6bb4007d4b45cc0 (patch) | |
tree | 1bd037b2f100fe4f7ccb6ffa01e0333985f9aae4 | |
parent | etc/nix/configuration.nix: Disable flatpak service (diff) | |
download | dotfiles-fd4b51e746841e9101fa8c13e6bb4007d4b45cc0.tar.gz dotfiles-fd4b51e746841e9101fa8c13e6bb4007d4b45cc0.tar.xz |
etc/nix/configuration.nix: Tidy up extra comments
-rw-r--r-- | etc/nix/configuration.nix | 12 |
1 files changed, 2 insertions, 10 deletions
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 = { |