Update FredOS-Gaming.nix

This commit is contained in:
ediblerope 2026-01-10 19:51:50 +00:00 committed by GitHub
parent 413ca33af3
commit 936b3d3e92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,16 +25,6 @@
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;