8 lines
112 B
Nix
8 lines
112 B
Nix
{
|
|
plugins.presence-nvim = {
|
|
enable = true;
|
|
neovimImageText = "Neovim";
|
|
mainImage = "file";
|
|
};
|
|
}
|