aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home.legacy/conf/firefox/config/bookmarks
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home.legacy/conf/firefox/config/bookmarks')
-rw-r--r--modules/home.legacy/conf/firefox/config/bookmarks/default.nix12
1 files changed, 1 insertions, 11 deletions
diff --git a/modules/home.legacy/conf/firefox/config/bookmarks/default.nix b/modules/home.legacy/conf/firefox/config/bookmarks/default.nix
index 0ef3eb64..41936819 100644
--- a/modules/home.legacy/conf/firefox/config/bookmarks/default.nix
+++ b/modules/home.legacy/conf/firefox/config/bookmarks/default.nix
@@ -3,17 +3,7 @@
pkgs,
...
}: let
- bookmarks = [
- {
- name = "Nix lib";
- url = "https://teu5us.github.io/nix-lib.html";
- }
-
- {
- name = "Nixpkgs manual";
- url = "https://ryantm.github.io/nixpkgs/";
- }
- ];
+ bookmarks = [];
mkBookmarksFile = (import ./lib.nix) {inherit lib pkgs;};
bookmarks_file = mkBookmarksFile bookmarks;