flake: refactor for input bump
This commit is contained in:
parent
13f95c89aa
commit
f5ac12063b
3 changed files with 7 additions and 9 deletions
|
@ -32,7 +32,7 @@ in
|
|||
};
|
||||
|
||||
services = {
|
||||
xserver.libinput.touchpad = {
|
||||
libinput.touchpad = {
|
||||
clickMethod = "clickfinger";
|
||||
naturalScrolling = true;
|
||||
};
|
||||
|
|
|
@ -19,13 +19,11 @@ in
|
|||
|
||||
config = {
|
||||
console.keyMap = mkDefault cfg.keymap;
|
||||
services.xserver = {
|
||||
xkb = {
|
||||
layout = mkDefault cfg.keymap;
|
||||
options = "compose:ralt";
|
||||
};
|
||||
libinput.enable = true;
|
||||
services.xserver.xkb = {
|
||||
layout = mkDefault cfg.keymap;
|
||||
options = "compose:ralt";
|
||||
};
|
||||
services.libinput.enable = true;
|
||||
|
||||
i18n.defaultLocale = cfg.locale;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue