nix-config/modules/common-modules/default.nix

8 lines
141 B
Nix

# this folder is for modules that are common between nixos, home-manager, and darwin
{...}: {
imports = [
./overlays
./pkgs
];
}