From 8fa218f704914ca8cfe6cf7711aca691e4449861 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Thu, 29 Jan 2026 10:50:48 +0000 Subject: [PATCH] Update FredOS-Gaming.nix --- hosts/FredOS-Gaming.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/FredOS-Gaming.nix b/hosts/FredOS-Gaming.nix index fa62222..f766545 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -29,11 +29,11 @@ boot.kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" "acpi_osi=\"!Windows 2015\"" ]; # Session variables - environment.sessionVariables = { - VK_ADD_LAYER_PATH = "${pkgs.lsfg-vk}/share/vulkan/implicit_layer.d"; + #environment.sessionVariables = { + #VK_ADD_LAYER_PATH = "${pkgs.lsfg-vk}/share/vulkan/implicit_layer.d"; # Force the layer to be visible everywhere - VK_INSTANCE_LAYERS = "VK_LAYER_LS_frame_generation"; - }; + #VK_INSTANCE_LAYERS = "VK_LAYER_LS_frame_generation"; + #}; # Create symlinks in EVERY possible location #systemd.tmpfiles.rules = [