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

8 lines
146 B
Nix
Raw Normal View History

{lib, ...}:
with lib;
2023-03-31 04:20:35 +02:00
with builtins; {
options.vim.utility.icon-picker = {
enable = mkEnableOption "nerdfonts icon picker for nvim";
};
}