aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home.legacy/conf (unfollow)
Commit message (Collapse)Author
2025-04-04docs(modules): Add FIXME/TODO commentsBenedikt Peetz
2025-04-04refactor(treewide): Remove unneeded lambda arguments with deadnixBenedikt Peetz
The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ```
2025-04-04chore(module/legacy/conf/{firefox,timewarrior,taskwarrior}): Remove remnantsBenedikt Peetz
2025-04-04refactor(treewide): neorg -> tskmBenedikt Peetz
2025-04-04refactor(modules/timewarrior): Migrate to by-nameBenedikt Peetz
2025-04-04feat(modules/legacy/taskwarrior): Migrate to by-nameBenedikt 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-30revert: "fix(modules/legacy/mail/soispha): Use new mail-server"Benedikt Peetz
This reverts commit 1f3909f13064e79e77283b2d27c9340b8a504c84.
2025-03-30fix(modules/legacy/mail/soispha): Use new mail-serverBenedikt Peetz
2025-03-29fix(modules/legacy/conf/beets): Disable the xtractor pluginBenedikt Peetz
This plugin never worked (because of some issue with gaia), but now it also stopped to build.
2025-03-29fix(modules/legacy/conf/neomutt): Upload changed imap boxes againBenedikt Peetz
Otherwise, newly added Sent mail stays not-synced.
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-10fix(modules/legacy/conf/mail/git-credential-helper): Exit cleanly if ↵Benedikt Peetz
passwordCommand fails
2025-03-03build(treewide): UpdateBenedikt Peetz
2025-02-22fix(modules/legacy/conf/mail): Actually add the password, when triggering ↵Benedikt Peetz
the git helper
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/mail): Add missing `helper` attribute keyBenedikt Peetz
2025-02-03feat(modules/mpv): Migrate to `by-name` and add some scriptsBenedikt Peetz
2025-02-03feat(modules/legacy/mail): Automatically set a git credential helperBenedikt Peetz
2025-02-03docs(modules/legacy/mbsync): Improve documentation of set optionsBenedikt 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-02-02refactor(modules/swaylock): Migrate to by-nameBenedikt Peetz
2025-01-30fix(modules/direnv): Migrate to `by-name`Benedikt Peetz
2025-01-30feat(modules/legacy/conf/swaylock): Change the lock screen imageBenedikt Peetz
2025-01-29build(treewide): UpdateBenedikt Peetz
2025-01-28fix(modules/legacy/mail/accounts/*): Use the migrated mail serverBenedikt Peetz
2025-01-04fix(modules/legacy/conf/taskwarrior/projects): Add `me.google`Benedikt 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-14feat(modules/yt): Migrate to by-name and add new `description` msgsBenedikt Peetz
2024-12-14build(treewide): UpdateBenedikt Peetz
2024-11-29refactor(modules/legacy/conf/yambar): Move to `by-name` and modernizeBenedikt Peetz
2024-11-29build(treewide): UpdateBenedikt Peetz
2024-11-23style(treewide): RefactorBenedikt Peetz
2024-11-17refactor(legacy/conf/mpd): Move to a unified `mpd` by-name moduleBenedikt Peetz
2024-11-16refactor(pkgs/mpc): Rename to `mpp`Benedikt Peetz
Nixpkgs has renamed their `mpc-cli` package to just `mpc`, turning this `mpc` package into an override for the official nixpkgs one. I think being explicit about the fact, that `mpc` is wrapped is the best solution here.
2024-11-16build(treewide): UpdateBenedikt Peetz
2024-11-09refactor(modules/legacy/conf/nvim): Move to `by-name`Benedikt Peetz
2024-11-02fix(modules/legacy/conf/nvim/plgs/femacro): Add additional config functionBenedikt Peetz
2024-11-02style(modules/legacy/conf/nvim): FormatBenedikt Peetz
2024-11-02refactor(modules/legacy/less): Migrate to `by-name`Benedikt Peetz
2024-11-01fix(modules/legacy/alacitty): Update config to include new subsectionBenedikt Peetz
2024-11-01chore(modules/legacy/taskserver/projects): UpdateBenedikt Peetz
2024-10-31feat(modules/legacy/nvim/plgs/luasnippets): Use the git config valuesBenedikt Peetz
Using hard-coded values could result in desyncs.
2024-10-24refactor(modules/git): Migrate and parameterizeBenedikt Peetz
2024-10-24refactor(modules/unison): Migrate to `by-name` and parameterizeBenedikt Peetz
2024-10-23feat(modules/legacy/conf/nvim/mappings): Ignore space only deletionsBenedikt Peetz