fixup! Fix Sif drivers + hyprland

This commit is contained in:
Filippo Berto 2024-11-21 20:13:00 +01:00
parent 0a8475b407
commit d7c4e12ad4

View file

@ -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 = "";