chore: format

This commit is contained in:
Tristan 2024-05-01 14:00:21 +01:00
parent 68bf957891
commit 5c74190cf6
3 changed files with 16 additions and 18 deletions

View file

@ -86,19 +86,19 @@ in {
home.stateVersion = "22.05";
wayland.windowManager.hyprland = {
settings = {
bind = [
"SUPER_SHIFT, Q, killactive,"
];
};
extraConfig = ''
device {
name = at-translated-set-2-keyboard
kb_variant = dvorak,
kb_layout = gb,gb
kb_options = grp:alt_shift_toggle,caps:escape
}
'';
settings = {
bind = [
"SUPER_SHIFT, Q, killactive,"
];
};
extraConfig = ''
device {
name = at-translated-set-2-keyboard
kb_variant = dvorak,
kb_layout = gb,gb
kb_options = grp:alt_shift_toggle,caps:escape
}
'';
};
}
];