forked from natto1784/dotfiles
9 lines
169 B
Nix
9 lines
169 B
Nix
final: prev:
|
|
let
|
|
call = prev.callPackage; in
|
|
{
|
|
customscripts = call ./customscripts { };
|
|
tlauncher = call ./tlauncher { };
|
|
simp1e-cursors = call ./simp1e { };
|
|
}
|