ooknet/nixos/modules/gaming/default.nix
2024-06-11 22:37:17 +12:00

8 lines
98 B
Nix

{
imports = [
./steam.nix
./gamemode.nix
./gamescope.nix
./openPorts.nix
];
}