aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-05-26 13:49:55 -0400
committerRosa <rosaontheweb@proton.me>2026-05-26 13:49:55 -0400
commit36439f34e12d4fd2151bb08ed3197489cea5c51c (patch)
treeea931464a30df5ba3d83b4b9fd49b20f2f69f1b1 /modules
parent06156f3a144417e6a161c7753a997e25b0b0bcd8 (diff)
wireguard!
Diffstat (limited to 'modules')
-rw-r--r--modules/steam.nix2
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;
};
}