plugins/neo-tree: iconsPackage -> icons provider options

This commit is contained in:
Austin Horstman 2024-09-20 13:25:13 -05:00
parent 2e281c43e0
commit e23bd5475c
No known key found for this signature in database
3 changed files with 37 additions and 7 deletions

View file

@ -12,5 +12,6 @@ pkgs.lib.optionalAttrs (!pkgs.stdenv.isDarwin) {
enable = true;
neoTreeIntegration = true;
};
plugins.web-devicons.enable = true;
};
}