8 lines
110 B
Nix
8 lines
110 B
Nix
{ inputs, config, pkgs, lib, ... }:
|
|
{
|
|
imports = [
|
|
./options.nix
|
|
./scripts.nix
|
|
./steam.nix
|
|
];
|
|
} |