fix(nix-on-droid): add inputs to dracula-theme to fix build

This commit is contained in:
matt1432 2024-01-01 02:16:42 -05:00
parent 3318e7bfd1
commit 19e87de889
3 changed files with 21 additions and 20 deletions
common/overlays/dracula-theme

View file

@ -1,5 +1,6 @@
{
bat-theme-src,
gtk-theme-src,
xresources-theme-src,
...
} @ inputs: (final: prev: {
@ -8,7 +9,7 @@
plymouth = prev.callPackage ./plymouth.nix inputs;
wallpaper = prev.fetchurl (import ./wallpaper.nix);
in {
src = inputs.gtk-theme-src;
src = gtk-theme-src;
installPhase = ''
runHook preInstall