plugins/diffview: use iconsPackage

This commit is contained in:
Austin Horstman 2024-08-29 09:52:35 -05:00
parent e122f465a9
commit f2ef2929ad
No known key found for this signature in database
2 changed files with 16 additions and 1 deletions

View file

@ -161,4 +161,11 @@
};
};
};
no-packages = {
plugins.diffview = {
enable = true;
iconsPackage = null;
};
};
}