This commit is contained in:
martyTF 2026-03-29 08:15:43 +02:00
parent 47c44371e6
commit 7e3533b77e
16 changed files with 234 additions and 131 deletions

View file

@ -36,6 +36,16 @@
localNetworkGameTransfers.openFirewall = true;
gamescopeSession.enable = true;
protontricks.enable = true;
extraCompatPackages = with pkgs; [
proton-ge-bin
];
extraPackages = with pkgs; [
gamescope
];
};
programs.gamescope = {
enable = true;
capSysNice = true;
};
services.flatpak.enable = true;
virtualisation.docker.enable = true;
@ -74,4 +84,5 @@
vial
];
};
system.stateVersion = "25.05"; # Did you read the comment?
}