aboutsummaryrefslogtreecommitdiff
path: root/modules/steam.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/steam.nix')
-rw-r--r--modules/steam.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/steam.nix b/modules/steam.nix
index 5680511..3383805 100644
--- a/modules/steam.nix
+++ b/modules/steam.nix
@@ -1,4 +1,9 @@
-{ config, lib, pkgs, ... }:
+{
+ config,
+ lib,
+ pkgs,
+ ...
+}:
{
programs.steam = {
extraPackages = with pkgs; [ freetype ];