diff --git a/modules/system/gui.nix b/modules/system/gui.nix index 331c0623..4ad18ecd 100644 --- a/modules/system/gui.nix +++ b/modules/system/gui.nix @@ -94,7 +94,7 @@ inputs: mode = { width = 3840; height = 2160; refresh = 160.; }; }; }; - input.touchpad.dwt = true; + input = { touchpad.dwt = true; keyboard.numlock = true; }; }; }; };