This commit is contained in:
cnst
2024-08-04 15:31:21 +02:00
parent e04160d690
commit e5f3027ce6
5 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,6 @@
{
{self, ...}: let
path = "${self}/hosts/cnix/xkb/symbols";
in {
services.xserver = {
enable = true;
videoDrivers = ["amdgpu"];
@@ -6,10 +8,9 @@
extraLayouts.hhkbse = {
description = "HHKBse by cnst";
languages = ["se"];
symbolsFile = /home/cnst/.nix-config/hosts/cnix/xkb/symbols/hhkbse;
symbolsFile = "${path}/hhkbse";
};
layout = "hhkbse";
# dir = "/home/cnst/.nix-config/nixos/xkb";
variant = "";
options = "lv3:rwin_switch";
};

View File

@@ -13,8 +13,5 @@
protonup
winetricks
];
sessionVariables = {
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "/home/cnst/.steam/root/compatibilitytools.d";
};
};
}