caenix/modules/home/caem/core/default.nix
2025-01-24 00:14:50 +01:00

6 lines
58 B
Nix

{ lib, ... }:
{
imports = lib.getModuleImports ./.;
}