aboutsummaryrefslogtreecommitdiffstats
path: root/nixos/steam.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/steam.nix')
-rw-r--r--nixos/steam.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/steam.nix b/nixos/steam.nix
new file mode 100644
index 0000000..05f296d
--- /dev/null
+++ b/nixos/steam.nix
@@ -0,0 +1,3 @@
+{
+ programs.steam.enable = true;
+}