reNixos/hand7s/home/keyboard.nix

10 lines
167 B
Nix

{...}: {
home = {
keyboard = {
layout = "us, ru";
options = [
"grp:caps_toggle"
];
};
};
}