l: rebind capslock, enable libinput
This commit is contained in:
parent
72e9832f73
commit
dfa8e29fd8
@ -97,9 +97,9 @@ in {
|
||||
enable = true;
|
||||
layout = "us";
|
||||
display = mkForce 0;
|
||||
xkbModel = "evdev";
|
||||
xkbVariant = "altgr-intl";
|
||||
xkbOptions = "caps:backspace";
|
||||
xkbOptions = "caps:escape";
|
||||
libinput.enable = true;
|
||||
displayManager.lightdm.enable = true;
|
||||
windowManager.default = "xmonad";
|
||||
windowManager.session = [{
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ ... }:
|
||||
{ lib, ... }:
|
||||
{
|
||||
hardware.trackpoint = {
|
||||
enable = true;
|
||||
@ -7,6 +7,7 @@
|
||||
emulateWheel = true;
|
||||
};
|
||||
|
||||
services.xserver.libinput.enable = lib.mkForce false;
|
||||
services.xserver.synaptics = {
|
||||
enable = true;
|
||||
horizEdgeScroll = false;
|
||||
|
Loading…
Reference in New Issue
Block a user