Merge branch 'master' of github.com:TheWanderingCrow/NixOS

This commit is contained in:
TheWanderingCrow 2025-02-27 16:07:02 -05:00
commit 13f9c89661

View file

@ -191,6 +191,14 @@ lib.mkIf config.user.overseer.enable {
}
];
}
{
Email = [
{
icon = "gmail.svg";
href = "https://mail.google.com/mail/u/1/#inbox";
}
];
}
];
}
];