Files
nix-config/modules/home/default.nix
2025-05-12 23:25:39 -03:00

10 lines
431 B
Nix

# Add your reusable home-manager modules 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 you would share with others, not your personal configurations.
{ lib, ... }:
{
imports = lib.custom.scanPaths ./.;
}