aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-02-22 11:20:02 -0300
committerEuAndreh <eu@euandre.org>2023-02-22 11:20:02 -0300
commitfd4b51e746841e9101fa8c13e6bb4007d4b45cc0 (patch)
tree1bd037b2f100fe4f7ccb6ffa01e0333985f9aae4
parentetc/nix/configuration.nix: Disable flatpak service (diff)
downloaddotfiles-fd4b51e746841e9101fa8c13e6bb4007d4b45cc0.tar.gz
dotfiles-fd4b51e746841e9101fa8c13e6bb4007d4b45cc0.tar.xz
etc/nix/configuration.nix: Tidy up extra comments
-rw-r--r--etc/nix/configuration.nix12
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 = {