diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-12-03 03:06:22 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-12-03 03:06:22 +0300 |
commit | aeea9283e5bd8a50516f7e792ffb8c83baa0f3e2 (patch) | |
tree | c8f6afa07945f8afd576130af97f15db77821a13 /modules/nixos/common | |
parent | 2023-12-03 (diff) |
2023-12-03
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/common/locale.nix | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/modules/nixos/common/locale.nix b/modules/nixos/common/locale.nix index 9d73af4..09e0686 100644 --- a/modules/nixos/common/locale.nix +++ b/modules/nixos/common/locale.nix @@ -23,31 +23,6 @@ with lib; { }; }; - hm.xdg.configFile."fcitx5/profile".text = generators.toINI {} { - "Groups/0" = { - Name = "Default"; - DefaultIM = "mozc"; - "Default Layout" = "us"; - }; - - "Groups/0/Items/0" = { - Name = "keyboard-us"; - Layout = ""; - }; - - "Groups/0/Items/1" = { - Name = "mozc"; - Layout = "us"; - }; - - "Groups/0/Items/2" = { - Name = "keyboard-ru-phonetic"; - Layout = ""; - }; - - GroupOrder."0" = "Default"; - }; - services.xserver = { layout = "us"; xkbOptions = concatStringsSep "," [ |