1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-01-03 00:19:51 +01:00
neovim-flake/modules/utility/icon-picker/icon-picker.nix

7 lines
146 B
Nix

{lib, ...}:
with lib;
with builtins; {
options.vim.utility.icon-picker = {
enable = mkEnableOption "nerdfonts icon picker for nvim";
};
}