M hosts/laptop/default.nix => hosts/laptop/default.nix +9 -0
@@ 61,6 61,15 @@
logind.lidSwitch = "ignore"; # Laptop does not go to sleep when lid is closed
auto-cpufreq.enable = true;
blueman.enable = true;
+
+ xserver.libinput = {
+ enable = true;
+ touchpad = {
+ naturalScrolling = true;
+ tapping = true;
+ tappingDragLock = true;
+ };
+ };
};
networking.wireguard.interfaces = {
M modules/desktop/default.nix => modules/desktop/default.nix +1 -1
@@ 7,7 7,7 @@
layout = "us,cz"; # Keyboard layout & €-sign
xkbVariant = ",qwerty";
- xkbOptions = "grp:alt_shift_toggle";
+ xkbOptions = "grp:alt_shift_toggle ctrl:nocaps";
libinput.enable = true;
modules = [ pkgs.xf86_input_wacom ]; # Both needed for wacom tablet usage
wacom.enable = true;