mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-08 05:23:02 -04:00
4 lines
94 B
Nix
4 lines
94 B
Nix
{ ... }:
|
|
{
|
|
modulesFromPath = root: modules: builtins.map (mod: root + "/" + mod) modules;
|
|
}
|