diff options
author | polwex <polwex@sortug.com> | 2024-07-21 03:05:41 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-07-21 03:05:41 +0700 |
commit | 048d263f5fb201e0512e44c25f2153e9a4d44edb (patch) | |
tree | bd42b089bbd16dcff0ff1041a894fb1946447d7a /hosts | |
parent | e64f7a78e01e5fa661471cb518cc71fc33223b5a (diff) |
m
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/linux.nix | 16 | ||||
-rw-r--r-- | hosts/local/wayland.nix | 15 | ||||
l--------- | hosts/result | 1 | ||||
-rw-r--r-- | hosts/users.nix | 1 |
4 files changed, 16 insertions, 17 deletions
diff --git a/hosts/linux.nix b/hosts/linux.nix index 1e092bb..7c9fec5 100644 --- a/hosts/linux.nix +++ b/hosts/linux.nix @@ -24,14 +24,14 @@ # Select internationalisation properties. i18n = { defaultLocale = "en_US.UTF-8"; - supportedLocales = [ - "en_US.UTF-8/UTF-8" - "es_ES.UTF-8/UTF-8" - "zh_CN.UTF-8/UTF-8" - "zh_HK.UTF-8/UTF-8" - "ja_JP.UTF-8/UTF-8" - "th_TH.UTF-8/UTF-8" - ]; + # supportedLocales = [ + # "en_US.UTF-8/UTF-8" + # "es_ES.UTF-8/UTF-8" + # "zh_CN.UTF-8/UTF-8" + # "zh_HK.UTF-8/UTF-8" + # "ja_JP.UTF-8/UTF-8" + # "th_TH.UTF-8/UTF-8" + # ]; }; ## Bluetooth diff --git a/hosts/local/wayland.nix b/hosts/local/wayland.nix index c94a1dc..7aae78d 100644 --- a/hosts/local/wayland.nix +++ b/hosts/local/wayland.nix @@ -110,14 +110,13 @@ ]; # cjk input - i18n = { - inputMethod = { - type = "fcitx5"; - fcitx5 = { - # enabled = true; - addons = with pkgs; [fcitx5-rime fcitx5-mozc]; - waylandFrontend = true; - }; + + i18n.inputMethod = { + type = "fcitx5"; + fcitx5 = { + # enabled = true; + addons = with pkgs; [fcitx5-rime fcitx5-mozc]; + waylandFrontend = true; }; }; diff --git a/hosts/result b/hosts/result deleted file mode 120000 index 93c9528..0000000 --- a/hosts/result +++ /dev/null @@ -1 +0,0 @@ -/nix/store/8sa6lysp93fnchdl33wl5ig4pmxykddk-nixos-system-yn-ind-24.11.20240719.1d9c2c9
\ No newline at end of file diff --git a/hosts/users.nix b/hosts/users.nix index e6ba45f..8377c2a 100644 --- a/hosts/users.nix +++ b/hosts/users.nix @@ -43,6 +43,7 @@ in { "uinput" "docker" "plugdev" + "uinput" ]; createHome = true; home = "/home/y"; |