nix-stuff/roles/gaming/default.nix
2023-10-03 00:36:14 +02:00

8 lines
57 B
Nix

{ ... }:
{
imports = [
./programs
./services
];
}