fix keyboard on laptop

This commit is contained in:
Tristan 2024-01-06 21:03:51 +00:00
parent 859d354ccc
commit e67707b0f0
6 changed files with 17 additions and 46 deletions

View file

@ -22,7 +22,6 @@ in {
scaling = 1.2;
};
};
keyboard.dvorak.enable = true;
home-manager.users.${user}.imports = [
{
@ -35,11 +34,6 @@ in {
bind = [
"SUPER_SHIFT, Q, killactive,"
];
"device:at-translated-set-2-keyboard" = {
kb_variant = ",dvorak";
kb_layout = "gb,gb";
kb_options = "grp:alt_shift_toggle,caps:escape";
};
};
};
}