Update FredOS-Gaming.nix

This commit is contained in:
ediblerope 2026-01-10 19:42:11 +00:00 committed by GitHub
parent bcb777b0b5
commit 849f84d885
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,16 @@
VK_ADD_LAYER_PATH = "${pkgs.lsfg-vk}/share/vulkan/implicit_layer.d";
};
# XDG Desktop Portal for Vesktop screensharing
xdg.portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-gtk
xdg-desktop-portal-gnome
];
config.common.default = "*";
};
programs.steam = {
enable = true;
remotePlay.openFirewall = true;