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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/software/input.nix') 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; -- cgit v1.2.3