add groups to work in homepage

This commit is contained in:
TheWanderingCrow 2025-04-09 08:42:29 -04:00
parent 6dceb58297
commit 8700eea066

View file

@ -200,6 +200,14 @@ lib.mkIf config.user.overseer.enable {
}
];
}
{
Groups = [
{
icon = "https://www.gstatic.com/images/branding/product/1x/groups_32dp.png";
href = "https://groups.google.com/u/1/";
}
];
}
];
}
{