refactor(modules/games): now using the same arch from services

This commit is contained in:
Raphael 2025-10-09 00:37:35 +02:00 committed by Raphaël
parent 0cd8633d04
commit 14f69827ef

View file

@ -6,14 +6,17 @@
}: }:
let let
lutris = import ./lutris.nix { steam = import ./games/steam.nix {
inherit config pkgs lib;
};
lutris = import ./games/lutris.nix {
inherit config pkgs lib; inherit config pkgs lib;
}; };
cfg = config.games;
in in
{ {
imports = [ imports = [
lutris lutris
steam
]; ];
options.games = { options.games = {