nix-config/modules/nix/games/default.nix
2025-07-08 17:00:51 +02:00

7 lines
67 B
Nix

{ lib, config, pkgs, ... }:
{
imports = [
./steam.nix
];
}