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; +}