nixos-config/modules/gaming/default.nix
2024-07-11 13:22:57 +09:00

9 lines
87 B
Nix

{ ... }:
{
imports = [
./steam
./lutris
./gayshit
];
}