Chromebook specific key remaps
This commit is contained in:
parent
9001cdc2a4
commit
db68904153
|
@ -23,6 +23,12 @@
|
||||||
../../../variables
|
../../../variables
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.keyd.keyboards.default.settings.main = {
|
||||||
|
leftmeta = "overload(control, esc)";
|
||||||
|
leftcontrol = "leftmeta";
|
||||||
|
f13 = "delete";
|
||||||
|
};
|
||||||
|
|
||||||
networking.hostName = "lacros";
|
networking.hostName = "lacros";
|
||||||
networking.wireguard.interfaces."${config.ips.wgInt}".ips = [ "${config.ips.wgSpan}.18/24" ];
|
networking.wireguard.interfaces."${config.ips.wgInt}".ips = [ "${config.ips.wgSpan}.18/24" ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
ids = [ "*" ];
|
ids = [ "*" ];
|
||||||
settings.main = {
|
settings.main = {
|
||||||
capslock = "overload(control, esc)";
|
capslock = "overload(control, esc)";
|
||||||
leftcontrol = "leftmeta";
|
|
||||||
f13 = "delete";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue