services.homepage-dashboard.bookmarks

NixOS option

Homepage bookmarks configuration. See https://gethomepage.dev/configs/bookmarks/.

type: YAML 1.1 value
Default
[ ]
Example
[
  {
    Developer = [
      {
        Github = [
          {
            abbr = "GH";
            href = "https://github.com/";
          }
        ];
      }
    ];
  }
  {
    Entertainment = [
      {
        YouTube = [
          {
            abbr = "YT";
            href = "https://youtube.com/";
          }
        ];
      }
    ];
  }
]
declared in: nixos/modules/services/misc/homepage-dashboard.nixView source on NixOS/nixpkgs →