nix/pkgs/default.nix
2022-02-07 15:06:51 -05:00

20 lines
544 B
Nix

{ inputs }:
final: prev: let
inherit (final) callPackage lib gnome;
in
{
# tessen = callPackage ./tessen { };
# wrapWaterfox = callPackage ./waterfox/wrapper.nix { };
#
# waterfox-bin-unwrapped = callPackage ./waterfox-bin {
# inherit (gnome) adwaita-icon-theme;
# generated = import ./waterfox-bin/release_sources.nix;
# };
#
# waterfox-bin = wrapWaterfox waterfox-bin-unwrapped {
# applicationName = "waterfox";
# pname = "waterfox-bin";
# desktopName = "Waterfox";
# };
}