Add Luci input configuration
This commit is contained in:
parent
14cb921208
commit
cac01f421e
1 changed files with 15 additions and 0 deletions
15
home-manager/hosts/luci.nix
Normal file
15
home-manager/hosts/luci.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
_: {
|
||||
wayland.windowManager.sway.config.input = {
|
||||
"1:1:AT_Translated_Set_2_keyboard" = {
|
||||
xkb_layout = "us";
|
||||
xkb_variant = "altgr-intl";
|
||||
};
|
||||
|
||||
"2:7:SynPS/2_Synaptics_TouchPad" = {
|
||||
"tap" = "enable";
|
||||
"accel_profile" = "adaptive";
|
||||
"dwt" = "enable";
|
||||
"pointer_accel" = "0.3";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue