mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 20:25:38 +00:00
enable num lock on login
This commit is contained in:
parent
e7468ecc46
commit
bda59eeb4a
@ -1,4 +1,6 @@
|
||||
{ ... }: {
|
||||
{ config, ... }: {
|
||||
|
||||
config = {
|
||||
|
||||
services.xserver = {
|
||||
|
||||
@ -13,4 +15,9 @@
|
||||
|
||||
};
|
||||
|
||||
# Enable num lock on login
|
||||
home-manager.users.${config.user}.xsession.numlock.enable = true;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user