nix-config/modules/nix/games/default.nix
2026-01-17 12:29:25 +01:00

8 lines
64 B
Nix

{ ... }:
{
imports = [
./prism.nix
./steam.nix
];
}