dotfiles/overlays/default.nix

5 lines
98 B
Nix

{ lib, ... }@args:
lib.composeManyExtensions
(lib.my.mapModules' (file: import file args) ./.)