From 512483106110b5f9209bb03238d44b991fe15d22 Mon Sep 17 00:00:00 2001 From: adikro Date: Thu, 12 Feb 2026 23:04:24 +0100 Subject: thinkpad configuration finalization --- os/srv/compat.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'os/srv/compat.nix') diff --git a/os/srv/compat.nix b/os/srv/compat.nix index f174e02..721fab1 100644 --- a/os/srv/compat.nix +++ b/os/srv/compat.nix @@ -1,4 +1,9 @@ -{ config, lib, pkgs, ... }: +{ + config, + lib, + pkgs, + ... +}: let cfg = config.os.srv.compat; in @@ -13,12 +18,6 @@ in environment.sessionVariables = { NIXOS_OZONE_WL = "1"; ELECTRON_ENABLE_WAYLAND = "1"; - WINE_RT_PRIO = "1"; }; - - environment.systemPackages = with pkgs; [ - winetricks - wineWowPackages.waylandFull - ]; }; } -- cgit v1.3