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

8 lines
83 B
Nix

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