nix-stuff/roles/gaming/default.nix
2023-06-30 16:43:30 +02:00

8 lines
62 B
Nix
Executable file

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