mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-11 16:49:22 +08:00
modules.system.gui: enable numlock on startup
This commit is contained in:
@@ -94,7 +94,7 @@ inputs:
|
||||
mode = { width = 3840; height = 2160; refresh = 160.; };
|
||||
};
|
||||
};
|
||||
input.touchpad.dwt = true;
|
||||
input = { touchpad.dwt = true; keyboard.numlock = true; };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user