mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
Sets Hyprland keyboard layout to colemak
This commit is contained in:
parent
103f56ebd3
commit
324bfd7582
1 changed files with 7 additions and 2 deletions
|
@ -24,11 +24,16 @@
|
|||
};
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland.enable = true;
|
||||
services.mako.enable = true;
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
plugins = [pkgs.rofi-wayland];
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland.extraConfig = ''
|
||||
bind = SUPER, SPACE, exec, alacritty
|
||||
bind = SHIFT_SUPER, SPACE, exec, alacritty
|
||||
bind = SUPER, SPACE, exec, rofy
|
||||
|
||||
input {
|
||||
kb_layout=us
|
||||
|
|
Loading…
Add table
Reference in a new issue