plugins/fzf-lua: use iconsPackage

This commit is contained in:
Austin Horstman 2024-08-29 09:41:26 -05:00
parent 6f4eced1ca
commit e122f465a9
No known key found for this signature in database
2 changed files with 52 additions and 22 deletions

View file

@ -54,4 +54,11 @@
};
};
};
no-packages = {
plugins.fzf-lua = {
enable = true;
iconsPackage = null;
};
};
}