services.homepage-dashboard.bookmarks
NixOS option
Homepage bookmarks configuration. See https://gethomepage.dev/configs/bookmarks/.
type: YAML 1.1 valueDefault
[ ]
Example
declared in: nixos/modules/services/misc/homepage-dashboard.nixView source on NixOS/nixpkgs →[
{
Developer = [
{
Github = [
{
abbr = "GH";
href = "https://github.com/";
}
];
}
];
}
{
Entertainment = [
{
YouTube = [
{
abbr = "YT";
href = "https://youtube.com/";
}
];
}
];
}
]