fixup! Fix Sif drivers + hyprland
This commit is contained in:
parent
0a8475b407
commit
d7c4e12ad4
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = "";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue