From d7c4e12ad442580287b59e67fdd3589c703dfb86 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 21 Nov 2024 20:13:00 +0100 Subject: [PATCH] fixup! Fix Sif drivers + hyprland --- modules/hm/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = "";