Update FredOS-Gaming.nix
This commit is contained in:
parent
0abeae2cf7
commit
5ff5369a12
1 changed files with 8 additions and 8 deletions
|
|
@ -36,16 +36,16 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Create symlinks in EVERY possible location
|
# Create symlinks in EVERY possible location
|
||||||
#systemd.tmpfiles.rules = [
|
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"
|
"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 -"
|
"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"
|
"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.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 = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
remotePlay.openFirewall = true;
|
remotePlay.openFirewall = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue