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; with nixosConfig.nix-rice.lib;
let let
strPalette = palette.toRgbaShortHex nixosConfig.nix-rice.rice.colorPalette; strPalette = palette.toRgbaShortHex nixosConfig.nix-rice.rice.colorPalette;
inherit (config.networking) hostName; inherit (nixosConfig.networking) hostName;
in in
{ {
imports = [ imports = [
@ -53,7 +53,7 @@ in
enable = true; enable = true;
settings = { settings = {
input = { 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_options = "grp:menu_toggle,compose:rctrl";
kb_variant = ",,colemak"; kb_variant = ",,colemak";
kb_model = ""; kb_model = "";