summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
blob: 02e5fdb3a0f143a59f4c88d755d548529f50f475 (plain)
1
2
3
4
5
6
7
8
9
# 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 { };
  modrinth-app  = pkgs.callPackage ./modrinth-app { };
}
Software created with 💖