about summary refs log tree commit diff
path: root/packages/default.nix
blob: cb9ec38c23527fff93c279e1a6e059e2cccbe615 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
final: prev:
{
  custom = {
    smart-wallpaper = prev.callPackage ./smart-wallpaper { };
    adl = prev.callPackage ./adl { };
    kindlegen = prev.callPackage ./kindlegen { };
    xmonadctl = prev.callPackage ./xmonadctl { };
    lemacs = prev.callPackage ./lemacs { };
  };
}