1

enable firefox-gnome-theme

This commit is contained in:
2022-08-12 23:53:04 +02:00
parent 7c666b1276
commit e2a0c90a1b
7 changed files with 44 additions and 10 deletions

View File

@ -1,6 +1,7 @@
{ pkgs }:
{ 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; };
}