12 lines
159 B
Nix
12 lines
159 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.nixvim.plugins.web-devicons = {
|
|
enable = true;
|
|
lazyLoad.settings.event = [
|
|
"BufReadPost"
|
|
"BufNewFile"
|
|
];
|
|
};
|
|
}
|