refactor(plugins/astroui): use icons from utils
This commit is contained in:
parent
208ee4fec2
commit
f225a1f8db
3 changed files with 1 additions and 64 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue