1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Enable numlock on sway startup

This commit is contained in:
Stefan Ellmauthaler 2022-08-29 10:55:29 +02:00
parent 991177cb23
commit 9a31a52140
Failed to extract signature

View File

@ -26,7 +26,7 @@ with lib; {
]; ];
timeouts = [ timeouts = [
{ {
timeout = 60; timeout = 300;
command = "swaylock -KfeFi ~/.background-image"; command = "swaylock -KfeFi ~/.background-image";
} }
]; ];
@ -107,6 +107,9 @@ with lib; {
}; };
bars = []; bars = [];
input."*" = {
xkb_numlock = "enabled";
};
}; };
extraConfig = '' extraConfig = ''
input "type:keyboard" { input "type:keyboard" {