nix/pkgs/default.nix

21 lines
544 B
Nix
Raw Normal View History

2022-02-07 20:06:51 +00:00
{ inputs }:
final: prev: let
inherit (final) callPackage lib gnome;
2022-02-07 01:22:14 +00:00
in
{
2022-02-07 01:22:42 +00:00
# tessen = callPackage ./tessen { };
2022-02-07 01:22:14 +00:00
# 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";
# };
}