From 5a0db46f853d299f9f80813a72985ea889d22f2c Mon Sep 17 00:00:00 2001 From: shibazaki Date: Thu, 27 Feb 2025 11:48:17 +0100 Subject: [PATCH] steam --- nixos/system/steam.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nixos/system/steam.nix diff --git a/nixos/system/steam.nix b/nixos/system/steam.nix new file mode 100644 index 0000000..3a1253a --- /dev/null +++ b/nixos/system/steam.nix @@ -0,0 +1,3 @@ +{...}: { + programs.steam.enable = true; +}