revert flake

This commit is contained in:
2025-12-08 13:14:03 +01:00
parent 1655f3096d
commit 520f40e1bc
3 changed files with 29 additions and 11 deletions

View File

@@ -0,0 +1,18 @@
{
pkgs,
...
}:
{
hardware.graphics.enable32Bit = true;
programs.steam.enable = true;
programs.steam.gamescopeSession.enable = true;
programs.gamemode.enable = true;
environment.systemPackages = with pkgs; [
vulkan-tools
lutris
wine-staging
winetricks
mangohud
protonup
];
}