(Laptop) Gen 9: fixed up laptop config files to fit the environment better, added keyd
This commit is contained in:
17
glasshouse-laptop/sys/keyd.nix
Normal file
17
glasshouse-laptop/sys/keyd.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.keyd = {
|
||||
enable = true;
|
||||
keyboards = {
|
||||
builtin = {
|
||||
ids = [ "*" ];
|
||||
settings = {
|
||||
main = {
|
||||
capslock = "esc";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user