Nyx-Modules/Modules/System/Application/Gaming/default.nix

10 lines
71 B
Nix

{
config,
lib,
pkgs,
...
}: {
imports = [
./Steam
];
}