- Removed inaccurate comments - Refactored browsers to independent nixes - Small code changes for clarity
6 lines
262 B
Nix
6 lines
262 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 specific configurations.
|
|
{ lib, ... }:
|
|
{
|
|
imports = lib.custom.scanPaths ./.;
|
|
}
|