From 4d04e90f0941350957afe7ffe17e99fe27eca2b9 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 2 Apr 2025 18:13:25 +0200 Subject: refactor(modules/legacy/firefox): Move to by-name This also improves the arkanfox-integration and the profile id generation. --- modules/home.legacy/conf/firefox/config/bookmarks/default.nix | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 modules/home.legacy/conf/firefox/config/bookmarks/default.nix (limited to 'modules/home.legacy/conf/firefox/config/bookmarks/default.nix') diff --git a/modules/home.legacy/conf/firefox/config/bookmarks/default.nix b/modules/home.legacy/conf/firefox/config/bookmarks/default.nix deleted file mode 100644 index 41936819..00000000 --- a/modules/home.legacy/conf/firefox/config/bookmarks/default.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ - lib, - pkgs, - ... -}: let - bookmarks = []; - - mkBookmarksFile = (import ./lib.nix) {inherit lib pkgs;}; - bookmarks_file = mkBookmarksFile bookmarks; -in - bookmarks_file -- cgit 1.4.1