From 324bfd758242da0a630879ca0ce2bd2d9222622a Mon Sep 17 00:00:00 2001 From: willemml Date: Wed, 8 Nov 2023 18:46:17 -0800 Subject: [PATCH] Sets Hyprland keyboard layout to colemak --- home-manager/profiles/willem/linux/hyprland.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/home-manager/profiles/willem/linux/hyprland.nix b/home-manager/profiles/willem/linux/hyprland.nix index 3f399da..2d44e28 100644 --- a/home-manager/profiles/willem/linux/hyprland.nix +++ b/home-manager/profiles/willem/linux/hyprland.nix @@ -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