fix keyboard on laptop
This commit is contained in:
parent
859d354ccc
commit
e67707b0f0
6 changed files with 17 additions and 46 deletions
|
|
@ -92,6 +92,14 @@ in {
|
|||
home-manager.users.${user}.imports = [
|
||||
{
|
||||
home.stateVersion = "22.05";
|
||||
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
input = {
|
||||
kb_variant = "dvorak,";
|
||||
kb_layout = "gb,gb";
|
||||
kb_options = "grp:alt_shift_toggle,caps:escape";
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue