mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 01:42:55 +00:00
enable num lock on login
This commit is contained in:
parent
e7468ecc46
commit
bda59eeb4a
@ -1,4 +1,6 @@
|
|||||||
{ ... }: {
|
{ config, ... }: {
|
||||||
|
|
||||||
|
config = {
|
||||||
|
|
||||||
services.xserver = {
|
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