Update FredOS-Gaming.nix
This commit is contained in:
parent
1d224ed04b
commit
8fa218f704
1 changed files with 4 additions and 4 deletions
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue