xkbcommon: ERROR: /usr/share/X11/locale/en_US.UTF-8/Compose:1661:1: unrecognized keysym "dead_hamza" on left-hand side
This commit is contained in:
@@ -12,6 +12,9 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
xorg.xkeyboard_config
|
||||||
|
libxkbcommon
|
||||||
|
libxkbcommon-x11
|
||||||
nix-direnv
|
nix-direnv
|
||||||
htop
|
htop
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
time.timeZone = "Europe/Riga";
|
time.timeZone = "Europe/Riga";
|
||||||
|
|
||||||
i18n.defaultLocale = "lv_LV.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
||||||
i18n.extraLocaleSettings = {
|
i18n.extraLocaleSettings = {
|
||||||
LC_ADDRESS = "lv_LV.UTF-8";
|
LC_ADDRESS = "lv_LV.UTF-8";
|
||||||
@@ -18,6 +18,8 @@
|
|||||||
LC_TIME = "lv_LV.UTF-8";
|
LC_TIME = "lv_LV.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
i18n.supportedLocales = [ "en_US.UTF-8" "lv_LV.UTF-8" ];
|
||||||
|
|
||||||
services.xserver.xkb = {
|
services.xserver.xkb = {
|
||||||
layout = "us";
|
layout = "us";
|
||||||
variant = "";
|
variant = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user