From d20f0d87d5136531b4f6f3970074ad80a6908538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sat, 13 Jun 2026 09:26:20 +0200 Subject: [PATCH 1/6] flake-parts: use flakehub cache --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d340f1d..baeaecd 100644 --- a/flake.nix +++ b/flake.nix @@ -49,7 +49,7 @@ flake = false; };*/ flake-parts = { - url = "github:hercules-ci/flake-parts"; + url = "https://flakehub.com/f/hercules-ci/flake-parts/*"; # flakehub caches results }; import-tree.url = "github:vic/import-tree"; # imports ./modules recursively }; From 143f699365241dc16af1307cc86cd745123f2812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sat, 13 Jun 2026 09:27:44 +0200 Subject: [PATCH 2/6] flake-utils: use flakehub cache --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index baeaecd..7666042 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; flake-utils = { - url = "github:numtide/flake-utils"; + url = "https://flakehub.com/f/numtide/flake-utils/*"; # flakehub caches results }; notewrapper = { url = "github:tomasriveral/notewrapper"; From 37f76a4439ef87a5368babb5efe24c94a3ca193b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sat, 13 Jun 2026 09:37:01 +0200 Subject: [PATCH 3/6] nixpkgs-master: follow unstable when unused --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7666042..c807291 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,10 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-26.05"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable"; # used for some packages - nixpkgs-master.url = "github:nixos/nixpkgs/master"; # used with precaution as they are untested and not cached + + # Only uncomment when needed. This uses a lot of space and compute ressources for sometimes not that much. If not used, make it follow unstable + nixpkgs-master.follows = "nixpkgs-unstable"; + #nixpkgs-master.url = "github:nixos/nixpkgs/master"; # used with precaution as they are untested and not cached # This one is only used when testing some packaging. You must change the path to the correct nixpkgs clone #nixpkgs-local.url = "path:/home/tomasr/devel/fugit2-gpgme"; From f1e9c76d02c522394908550865e20b0316798bbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sat, 13 Jun 2026 09:41:05 +0200 Subject: [PATCH 4/6] librewolf: add temp-mail.org bookmark --- modules/applications/browser.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/modules/applications/browser.nix b/modules/applications/browser.nix index 8cad7d4..e110a54 100644 --- a/modules/applications/browser.nix +++ b/modules/applications/browser.nix @@ -386,6 +386,12 @@ keyword = "nix reference manual"; url = "https://nix.dev/manual/nix/2.34/nix-2.34.html"; } + { + name = "Disposable temporary email"; + tags = ["privacy" "email" "temporary"]; + keyword = "disposable temporary email"; + url = "https://temp-mail.org"; + } ]; }; search = { @@ -622,6 +628,17 @@ # }; #}; }; + bookmarks = { + force = true; + settings = [ + { + name = "Disposable temporary email"; + tags = ["privacy" "email" "temporary"]; + keyword = "disposable temporary email"; + url = "https://temp-mail.org"; + } + ]; + }; search = { force = true; default = "quant"; From 5b7c43c8f9f014263964417b007156d32f4a2b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sat, 13 Jun 2026 09:43:10 +0200 Subject: [PATCH 5/6] librewolf: add r/Piracy megathread bookmark --- modules/applications/browser.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/applications/browser.nix b/modules/applications/browser.nix index e110a54..52f65a7 100644 --- a/modules/applications/browser.nix +++ b/modules/applications/browser.nix @@ -637,6 +637,12 @@ keyword = "disposable temporary email"; url = "https://temp-mail.org"; } + { + name = "r/Piracy megathread"; + tags = ["piracy" "megathread" "reddit"]; + keyword = "piracy megathread"; + url = "https://old.reddit.com/r/Piracy/wiki/megathread"; + } ]; }; search = { From 552d898680e6cdd4acc64a7a3a9e8fcc1d92aa5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sat, 13 Jun 2026 09:45:00 +0200 Subject: [PATCH 6/6] librewolf: add rryan-tm logs bookmark --- modules/applications/browser.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/applications/browser.nix b/modules/applications/browser.nix index 52f65a7..db75d9f 100644 --- a/modules/applications/browser.nix +++ b/modules/applications/browser.nix @@ -392,6 +392,12 @@ keyword = "disposable temporary email"; url = "https://temp-mail.org"; } + { + name = "nix-update-script Rryan-tm logs"; + tags = ["nixpkgs" "nix" "log" "rryan-tm"]; + keyword = "rryan-tm logs"; + url = "https://nixpkgs-update-logs.nix-community.org"; + } ]; }; search = {