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

@@ -31,6 +31,7 @@
EDITOR = "nvim";
TERM = "foot";
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "/home/cnst/.steam/root/compatibilitytools.d"; # proton and steam compat
QT_QPA_PLATFORM = "wayland";
SDL_VIDEODRIVER = "wayland";
XDG_SESSION_TYPE = "wayland";

View File

@@ -31,6 +31,7 @@
EDITOR = "nvim";
TERM = "foot";
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "/home/toothpick/.steam/root/compatibilitytools.d"; # proton and steam compat
QT_QPA_PLATFORM = "wayland-egl";
SDL_VIDEODRIVER = "wayland";
XDG_SESSION_TYPE = "wayland";

View File

@@ -27,7 +27,7 @@
"${mod}/etc/graphics/amd"
"${mod}/etc/logitech"
"${mod}/etc/network/cnix"
"${mod}/etc/xserver/amd"
"${mod}/etc/xserver/amd/hhkbse"
"${mod}/nix/nh/cnix"
{
home-manager = {

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";
};
};
}