7 lines
263 B
Nix
7 lines
263 B
Nix
# Add your reusable home-manager modules to this directory, on their own file (https://wiki.nixos.org/wiki/NixOS_modules).
|
|
# These are modules you would share with others, not your personal configurations.
|
|
|
|
{ lib, ... }:
|
|
{
|
|
imports = lib.custom.scanPaths ./.;
|
|
}
|