Update FredOS-Gaming.nix

This commit is contained in:
ediblerope 2026-01-29 10:35:31 +00:00 committed by GitHub
parent 0abeae2cf7
commit 5ff5369a12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,16 +36,16 @@
};
# Create symlinks in EVERY possible location
#systemd.tmpfiles.rules = [
# "L+ /usr/share/vulkan/implicit_layer.d/VkLayer_LS_frame_generation.json - - - - ${pkgs.lsfg-vk}/share/vulkan/implicit_layer.d/VkLayer_LS_frame_generation.json"
# "d /usr/lib/x86_64-linux-gnu 0755 root root -"
# "L+ /usr/lib/x86_64-linux-gnu/liblsfg-vk.so - - - - ${pkgs.lsfg-vk}/lib/liblsfg-vk.so"
#];
systemd.user.tmpfiles.rules = [
"L+ %h/.local/share/vulkan/implicit_layer.d/VkLayer_LS_frame_generation.json - - - - ${pkgs.lsfg-vk}/share/vulkan/implicit_layer.d/VkLayer_LS_frame_generation.json"
systemd.tmpfiles.rules = [
"L+ /usr/share/vulkan/implicit_layer.d/VkLayer_LS_frame_generation.json - - - - ${pkgs.lsfg-vk}/share/vulkan/implicit_layer.d/VkLayer_LS_frame_generation.json"
"d /usr/lib/x86_64-linux-gnu 0755 root root -"
"L+ /usr/lib/x86_64-linux-gnu/liblsfg-vk.so - - - - ${pkgs.lsfg-vk}/lib/liblsfg-vk.so"
];
#systemd.user.tmpfiles.rules = [
# "L+ %h/.local/share/vulkan/implicit_layer.d/VkLayer_LS_frame_generation.json - - - - ${pkgs.lsfg-vk}/share/vulkan/implicit_layer.d/VkLayer_LS_frame_generation.json"
#];
programs.steam = {
enable = true;
remotePlay.openFirewall = true;