dot.nix/modules/home/default.nix
Chris Toph 3523b82392 Configuration Cleanup
- Removed inaccurate comments
- Refactored browsers to independent nixes
- Small code changes for clarity
2025-05-29 15:25:49 -04:00

6 lines
255 B
Nix

# Add your reusable NixOS 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 specific configurations.
{ lib, ... }:
{
imports = lib.custom.scanPaths ./.;
}