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

View file

@ -57,7 +57,7 @@
overlays = [
nix-on-droid.overlays.default
neovim-flake.overlay
(import ./common/overlays/dracula-theme)
(import ./common/overlays/dracula-theme inputs)
];
};