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