The Blue Update #1
|
@ -23,6 +23,12 @@
|
|||
../../../variables
|
||||
];
|
||||
|
||||
services.keyd.keyboards.default.settings.main = {
|
||||
leftmeta = "overload(control, esc)";
|
||||
leftcontrol = "leftmeta";
|
||||
f13 = "delete";
|
||||
};
|
||||
|
||||
networking.hostName = "lacros";
|
||||
networking.wireguard.interfaces."${config.ips.wgInt}".ips = [ "${config.ips.wgSpan}.18/24" ];
|
||||
}
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
ids = [ "*" ];
|
||||
settings.main = {
|
||||
capslock = "overload(control, esc)";
|
||||
leftcontrol = "leftmeta";
|
||||
f13 = "delete";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue