aboutsummaryrefslogtreecommitdiff
path: root/modules/steam.nix
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-04-07 13:19:16 -0400
committerRosa <rosaontheweb@proton.me>2026-04-07 13:19:16 -0400
commitddbec489d7b369d0cf58de456e5c648c1b0060b5 (patch)
treed273ddbe0b4e51544ac688e6d1b5332c72043e05 /modules/steam.nix
parentfb674d44aa8d3ad10c5af28e3a8c3256549531f6 (diff)
decommissioning cgs, jp fonts
Diffstat (limited to 'modules/steam.nix')
-rw-r--r--modules/steam.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/steam.nix b/modules/steam.nix
new file mode 100644
index 0000000..5680511
--- /dev/null
+++ b/modules/steam.nix
@@ -0,0 +1,7 @@
+{ config, lib, pkgs, ... }:
+{
+ programs.steam = {
+ extraPackages = with pkgs; [ freetype ];
+ protontricks.enable = lib.mkDefault config.programs.steam.enable;
+ };
+}