nix/pkgs/default.nix
2022-02-27 15:57:58 -05:00

18 lines
512 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";
# };
}