diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-04-23 09:15:51 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-04-23 09:15:51 -0400 |
| commit | 6b4c3eebc3e294f620dd265298302291b86b1a2a (patch) | |
| tree | f69b912701297946d9c1cb0c37e35ae97a513320 /modules/steam.nix | |
| parent | b0972dade9b919c13751207685e380dfc03c8cf9 (diff) | |
français
Diffstat (limited to 'modules/steam.nix')
| -rw-r--r-- | modules/steam.nix | 7 |
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 ]; |
