From 5ff5369a12aeebeb2332d95f98003e9b216ebe7c Mon Sep 17 00:00:00 2001 From: ediblerope Date: Thu, 29 Jan 2026 10:35:31 +0000 Subject: [PATCH] Update FredOS-Gaming.nix --- hosts/FredOS-Gaming.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hosts/FredOS-Gaming.nix b/hosts/FredOS-Gaming.nix index 0a958ec..f70e803 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -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;