summaryrefslogtreecommitdiff
path: root/modules/desktop/software/input.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-01 05:30:34 -0700
committerFuwn <[email protected]>2024-10-01 05:30:34 -0700
commite25cfec3e1a68b3e064d02fd16537ac701e5ad4d (patch)
tree0bf852293d20a03514be0151a31e34e42c3d66cd /modules/desktop/software/input.nix
parentmodules: add default pc programs (diff)
downloadnixos-config-e25cfec3e1a68b3e064d02fd16537ac701e5ad4d.tar.xz
nixos-config-e25cfec3e1a68b3e064d02fd16537ac701e5ad4d.zip
modules: move shared i18n to pc
Diffstat (limited to 'modules/desktop/software/input.nix')
-rw-r--r--modules/desktop/software/input.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/desktop/software/input.nix b/modules/desktop/software/input.nix
index 2d9f651..5d43085 100644
--- a/modules/desktop/software/input.nix
+++ b/modules/desktop/software/input.nix
@@ -1,8 +1,6 @@
-{ pkgs, secrets, ... }:
+{ pkgs, ... }:
{
i18n = {
- defaultLocale = secrets.i18n.locale;
-
inputMethod = {
enable = true;
type = "fcitx5";