From 0d492588e118c04bc0bcccc72e20e9df3ca1abb1 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 11 Sep 2024 17:34:41 -0700 Subject: Bump: locale to secrets --- modules/software/input.nix | 4 ++-- modules/software/locale.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/software') diff --git a/modules/software/input.nix b/modules/software/input.nix index e9f3c45..2d9f651 100644 --- a/modules/software/input.nix +++ b/modules/software/input.nix @@ -1,7 +1,7 @@ -{ pkgs, ... }: +{ pkgs, secrets, ... }: { i18n = { - defaultLocale = "en_US.UTF-8"; + defaultLocale = secrets.i18n.locale; inputMethod = { enable = true; diff --git a/modules/software/locale.nix b/modules/software/locale.nix index 2648b82..8ebd49b 100644 --- a/modules/software/locale.nix +++ b/modules/software/locale.nix @@ -3,7 +3,7 @@ location.provider = "geoclue2"; time = { - timeZone = "${secrets.timezone}"; + timeZone = "${secrets.i18n.timezone}"; hardwareClockInLocalTime = false; }; } -- cgit v1.2.3