nixcfg/nixosModules/scripts/default.nix

9 lines
63 B
Nix

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