diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index dd2ccb2..55f1321 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -2,7 +2,7 @@ with nixosConfig.nix-rice.lib; let strPalette = palette.toRgbaShortHex nixosConfig.nix-rice.rice.colorPalette; - inherit (config.networking) hostName; + inherit (nixosConfig.networking) hostName; in { imports = [ @@ -53,7 +53,7 @@ in enable = true; settings = { input = { - kb_layout = if ((hostName == "thor") or (hostName == "sif")) then "us,it,us" else "it,us,us"; + kb_layout = if ((hostName == "thor") || (hostName == "sif")) then "us,it,us" else "it,us,us"; kb_options = "grp:menu_toggle,compose:rctrl"; kb_variant = ",,colemak"; kb_model = "";