summaryrefslogtreecommitdiff
path: root/modules/software/input.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-11 17:34:41 -0700
committerFuwn <[email protected]>2024-09-11 17:34:41 -0700
commit0d492588e118c04bc0bcccc72e20e9df3ca1abb1 (patch)
treec46ceeda0b72f954c6fadd06241006f3610d3fba /modules/software/input.nix
parentBump: i2p and upnp (diff)
downloadnixos-config-0d492588e118c04bc0bcccc72e20e9df3ca1abb1.tar.xz
nixos-config-0d492588e118c04bc0bcccc72e20e9df3ca1abb1.zip
Bump: locale to secrets
Diffstat (limited to 'modules/software/input.nix')
-rw-r--r--modules/software/input.nix4
1 files changed, 2 insertions, 2 deletions
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;