about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/firefox/config/bookmarks/default.nix
blob: 41936819eed4cca3989523d2c5ef2c5a57868709 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  lib,
  pkgs,
  ...
}: let
  bookmarks = [];

  mkBookmarksFile = (import ./lib.nix) {inherit lib pkgs;};
  bookmarks_file = mkBookmarksFile bookmarks;
in
  bookmarks_file