about summary refs log tree commit diff
path: root/users/wpcarro/lib/default.nix
blob: 6354877dd4680b561fd47976fa4916172c564c8f (plain) (blame)
1
2
3
4
5
{ depot, ... }:

{
  usermod = name: depot.path.origSrc + ("/users/wpcarro/nixos/modules/${name}");
}