11 lines
250 B
Nix
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";}
|
|
];
|
|
};
|
|
}
|