diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-05-26 13:49:55 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-05-26 13:49:55 -0400 |
| commit | 36439f34e12d4fd2151bb08ed3197489cea5c51c (patch) | |
| tree | ea931464a30df5ba3d83b4b9fd49b20f2f69f1b1 /modules/steam.nix | |
| parent | 06156f3a144417e6a161c7753a997e25b0b0bcd8 (diff) | |
wireguard!
Diffstat (limited to 'modules/steam.nix')
| -rw-r--r-- | modules/steam.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/steam.nix b/modules/steam.nix index 3383805..7d16052 100644 --- a/modules/steam.nix +++ b/modules/steam.nix @@ -6,7 +6,7 @@ }: { programs.steam = { - extraPackages = with pkgs; [ freetype ]; + extraCompatPackages = with pkgs; [ proton-ge-bin ]; protontricks.enable = lib.mkDefault config.programs.steam.enable; }; } |
