# Add your reusable modules that are common across both home and hosts to this directory, in their own file (https://wiki.nixos.org/wiki/NixOS_modules). # They will automatically be imported below but must be enabled elsewhere in the config, such as in common/core, # common/optional, or common/hosts files for example. # These are modules not specific to either nixos, darwin, or home-manger that you would share with others, not your personal configurations. { lib, ... }: { imports = lib.custom.scanPaths ./.; }