summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/linux.nix16
-rw-r--r--hosts/local/wayland.nix15
l---------hosts/result1
-rw-r--r--hosts/users.nix1
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";