This commit is contained in:
TheWanderingCrow 2025-02-11 16:08:29 -05:00
parent 060177d124
commit 37942639ee

View file

@ -164,6 +164,14 @@ lib.mkIf config.user.overseer.enable {
}
];
}
{
AWS = [
{
icon = "aws.svg";
href = "https://console.aws.amazon.com/";
}
];
}
];
}
];