summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
blob: 54dd0286e320fee1cf51403d46f1401f7f7fa6a4 (plain)
1
2
3
4
5
6
7
8
# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example' or (legacy) 'nix-build -A example'

{ pkgs ? (import ../nixpkgs.nix) { } }: {
  mercury-browser = pkgs.callPackage ./mercury-browser { };
  dmenu-bluetooth = pkgs.callPackage ./dmenu-bluetooth { };
  neo-comic-mono-font = pkgs.callPackage ./neo-comic-mono-font { };
}
Software created with 💖