neovim-flake/modules/plugins/utility/icon-picker/default.nix

7 lines
65 B
Nix

_: {
imports = [
./icon-picker.nix
./config.nix
];
}