1
Files
flake-nixinator/derivations/default.nix
2022-08-12 23:53:04 +02:00

7 lines
304 B
Nix

{ inputs, pkgs }:
{
# vital-synth = pkgs.callPackage ./vital-synth {}; # Kept as an example, don't know if I will fix this or keep using distrho
cyberdrop-dl = pkgs.callPackage ./cyberdrop-dl {};
firefox-gnome-theme = pkgs.callPackage ./firefox-gnome-theme { src = inputs.firefox-gnome-theme; };
}