plugins/barbar: use iconsPackage

This commit is contained in:
Austin Horstman 2024-08-29 09:21:20 -05:00
parent 4ab24e77a5
commit f59a3c70aa
No known key found for this signature in database
2 changed files with 15 additions and 1 deletions

View file

@ -219,4 +219,12 @@
};
};
};
no-packages = {
plugins.barbar = {
enable = true;
iconsPackage = null;
settings.icons.filetype.enabled = false;
};
};
}