setup keymaps
This commit is contained in:
parent
f87494d898
commit
55626bd4a1
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue