refactor(modules/games): now using the same arch from services
This commit is contained in:
parent
0cd8633d04
commit
14f69827ef
1 changed files with 5 additions and 2 deletions
|
|
@ -6,14 +6,17 @@
|
|||
}:
|
||||
|
||||
let
|
||||
lutris = import ./lutris.nix {
|
||||
steam = import ./games/steam.nix {
|
||||
inherit config pkgs lib;
|
||||
};
|
||||
lutris = import ./games/lutris.nix {
|
||||
inherit config pkgs lib;
|
||||
};
|
||||
cfg = config.games;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
lutris
|
||||
steam
|
||||
];
|
||||
|
||||
options.games = {
|
||||
Loading…
Add table
Add a link
Reference in a new issue