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

10 lines
75 B
Nix

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