nix/pkgs/default.nix

19 lines
512 B
Nix
Raw Normal View History

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