2024-10-14 18:43:31 +03:00

11 lines
250 B
Nix

{
programs.nixvim.plugins.presence-nvim = {
enable = true;
buttons =
[
{label = "Gitlab"; url = "https://gitlab.com/Dixxe";}
{label = "Github"; url = "https://github.com/Dixxe";}
];
};
}