From c57791d3b1cb8e6ae23e304ba08c55746c0b8013 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Thu, 16 Apr 2026 11:43:29 +0530 Subject: calendar navigation + flake update + random other tools + no global postgres --- nixos/games/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nixos/games') diff --git a/nixos/games/default.nix b/nixos/games/default.nix index d928476..5894464 100644 --- a/nixos/games/default.nix +++ b/nixos/games/default.nix @@ -3,12 +3,14 @@ imports = (if games.minecraft then [ ./minecraft.nix ] else []); programs.steam.enable = true; + programs.steam.protontricks.enable = true; programs.steam.extraCompatPackages = with pkgs; [ proton-ge-bin ]; environment.systemPackages = with pkgs; [ steam-run - protontricks mangohud + freetype + fontconfig ]; } -- cgit v1.2.3