ooknet/inputs/system/modules/base/nix/default.nix

10 lines
82 B
Nix

{ lib, ... }:
{
imports = [
./nh
./nix
./nixpkgs
./subs
];
}