MyNixOS website logo
option

programs.w3m.bookmarks.marks

Bookmark file for w3m.

Declarations
Type
attribute set of list of (submodule)
Default
{ }
Example
{
  archlinux = [
    {
      name = "aur";
      url = "https://aur.archlinux.org/";
    }
    {
      name = "archwiki";
      url = "https://wiki.archlinux.org/title/Main_page";
    }
  ];
  nix = [
    {
      name = "nixos manual";
      url = "https://nixos.org/manual/nixos/stable/";
    }
    {
      name = "home-manager manual";
      url = "https://nix-community.github.io/home-manager/";
    }
  ];
}