diff options
| author | Fuwn <[email protected]> | 2024-09-11 17:34:41 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-11 17:34:41 -0700 |
| commit | 0d492588e118c04bc0bcccc72e20e9df3ca1abb1 (patch) | |
| tree | c46ceeda0b72f954c6fadd06241006f3610d3fba /modules/software/input.nix | |
| parent | Bump: i2p and upnp (diff) | |
| download | nixos-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.nix | 4 |
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; |