Files
dotfiles/pkgs/packages.nix
Amneesh Singh e6cb5b2615 ran nixpkgs-fmt
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2022-12-08 01:11:53 +05:30

10 lines
169 B
Nix

final: prev:
let
call = prev.callPackage;
in
{
customscripts = call ./customscripts { };
tlauncher = call ./tlauncher { };
simp1e-cursors = call ./simp1e { };
}