refactor(plugins/astroui): use icons from utils

This commit is contained in:
Nicolas Goudry 2024-06-07 22:53:57 +02:00
parent 208ee4fec2
commit f225a1f8db
No known key found for this signature in database
GPG key ID: 5FC434D9FFD1DF44
3 changed files with 1 additions and 64 deletions

View file

@ -1,8 +1,7 @@
# homepage: https://github.com/AstroNvim/astroui
{ helpers, lib, pkgs, ... }:
{ helpers, icons, lib, pkgs, ... }:
let
icons = import ./icons.nix;
status = import ./status;
in
{