Update FredOS-Gaming.nix

This commit is contained in:
ediblerope 2026-01-29 10:50:48 +00:00 committed by GitHub
parent 1d224ed04b
commit 8fa218f704
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,11 +29,11 @@
boot.kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" "acpi_osi=\"!Windows 2015\"" ]; boot.kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" "acpi_osi=\"!Windows 2015\"" ];
# Session variables # Session variables
environment.sessionVariables = { #environment.sessionVariables = {
VK_ADD_LAYER_PATH = "${pkgs.lsfg-vk}/share/vulkan/implicit_layer.d"; #VK_ADD_LAYER_PATH = "${pkgs.lsfg-vk}/share/vulkan/implicit_layer.d";
# Force the layer to be visible everywhere # 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 # Create symlinks in EVERY possible location
#systemd.tmpfiles.rules = [ #systemd.tmpfiles.rules = [