setup keymaps

This commit is contained in:
Adithya 2023-11-07 13:48:37 +05:30
parent f87494d898
commit 55626bd4a1
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 9 additions and 0 deletions

View file

@ -67,6 +67,9 @@ in
}
input {
kb_layout = us
kb_options = rupeesign:4
kb_variant = altgr-intl
touchpad {
clickfinger_behavior = true
disable_while_typing = true

View file

@ -50,6 +50,12 @@
supportedLocales = [ "en_US.UTF-8/UTF-8" ];
};
services.xserver.xkb = {
layout = "us";
options = "rupeesign:4";
variant = "altgr-intl";
};
location.provider = "geoclue2";
sound.enable = true;