mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 00:48:58 +02:00
plugins/barbar: use iconsPackage
This commit is contained in:
parent
4ab24e77a5
commit
f59a3c70aa
2 changed files with 15 additions and 1 deletions
|
@ -219,4 +219,12 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
no-packages = {
|
||||
plugins.barbar = {
|
||||
enable = true;
|
||||
iconsPackage = null;
|
||||
settings.icons.filetype.enabled = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue