aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home.legacy/conf/firefox (unfollow)
Commit message (Collapse)Author
2025-04-04chore(module/legacy/conf/{firefox,timewarrior,taskwarrior}): Remove remnantsBenedikt Peetz
2025-04-02refactor(modules/legacy/firefox): Move to by-nameBenedikt Peetz
This also improves the arkanfox-integration and the profile id generation.
2025-03-29build(treewide): UpdateBenedikt Peetz
2025-03-29fix(modules/legacy/conf/firefox/search): Use search engine ID instead of nameBenedikt Peetz
The ID is newly supported and the name deprecated.
2025-03-03build(treewide): UpdateBenedikt Peetz
2025-02-22fix(modules/legacy/conf/firefox/config/prefs/override.js): Never show bookmarksBenedikt Peetz
There are no bookmarks to show.
2025-02-22build(treewide): UpdateBenedikt Peetz
2025-02-03fix(modules/legacy/conf/firefox/{bookmarks,search}): Replace the manuals ↵Benedikt Peetz
with noogle noogle.dev is actually up-to-date, whilst the manuals have not been updated since 23.11. This is simply because they were experiments and prove of concepts for a paged nixpkgs/lib manual.
2025-02-03fix(modules/legacy/conf/firefox/bookmarks): Remove outdated onesBenedikt Peetz
I have not used them in ages.
2025-01-29build(treewide): UpdateBenedikt Peetz
2024-12-30build(treewide): UpdateBenedikt Peetz
This notable excludes a `nixpkgs-unstable` update, because a rather big LLVM package needs to be build from source, which is not feasible.
2024-12-14fix(modules/legacy/conf/firefox/scripts/unzip_mozlz4.py): Only print when ↵Benedikt Peetz
not redirected Otherwise, the redirected output is hindered with this status message. We could also just print it to stderr every time instead, but that seems to easy.
2024-12-14build(treewide): UpdateBenedikt Peetz
2024-11-29build(treewide): UpdateBenedikt Peetz
2024-11-23style(treewide): RefactorBenedikt Peetz
2024-11-16build(treewide): UpdateBenedikt Peetz
2024-10-18refactor(modules): Move all system modules to `by-name`Benedikt Peetz
From now on all modules should be added to the new `by-name` directory. This should help remove the (superficial and utterly useless) distinction between `home-manager` and `NixOS` modules.