| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2025-05-09 | revert: "fix(modules/legacy/conf/mail): Switch to stalwart-mail" | Benedikt Peetz | |
| This reverts commit cccdf0fc683ece66baaffd3bbdd268cded02bda1. Stalwart-mail does not yet work correctly. | |||
| 2025-05-01 | modules/legacy/ssh: Migrate to by-name | Benedikt Peetz | |
| 2025-04-27 | treewide: Add nice GPL-3.0-or-later license header | Benedikt Peetz | |
| This change also ensures that this repo is reuse-3.0 compliant. | |||
| 2025-04-25 | modules/legacy/gpg: Migrate to by-name | Benedikt Peetz | |
| 2025-04-07 | fix(modules/legacy/conf/mail): Switch to stalwart-mail | Benedikt Peetz | |
| 2025-04-07 | refactor(modules/xdg): Migrate to by-name and fix firefox dep in url-handler | Benedikt Peetz | |
| 2025-04-07 | refactor(modules/legacy/ytcc): Remove | Benedikt Peetz | |
| This has been superseded by `yt` | |||
| 2025-04-06 | fix(modules/legacy/conf/xdg/url-handler): Always use dash in name | Benedikt Peetz | |
| The underscore is uncommon for CLI programs. | |||
| 2025-04-04 | docs(modules): Add FIXME/TODO comments | Benedikt Peetz | |
| 2025-04-04 | refactor(treewide): Remove unneeded lambda arguments with deadnix | Benedikt Peetz | |
| The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ``` | |||
| 2025-04-04 | chore(module/legacy/conf/{firefox,timewarrior,taskwarrior}): Remove remnants | Benedikt Peetz | |
| 2025-04-04 | refactor(treewide): neorg -> tskm | Benedikt Peetz | |
| 2025-04-04 | refactor(modules/timewarrior): Migrate to by-name | Benedikt Peetz | |
| 2025-04-04 | feat(modules/legacy/taskwarrior): Migrate to by-name | Benedikt Peetz | |
| 2025-04-02 | refactor(modules/legacy/firefox): Move to by-name | Benedikt Peetz | |
| This also improves the arkanfox-integration and the profile id generation. | |||
| 2025-03-30 | revert: "fix(modules/legacy/mail/soispha): Use new mail-server" | Benedikt Peetz | |
| This reverts commit 1f3909f13064e79e77283b2d27c9340b8a504c84. | |||
| 2025-03-30 | fix(modules/legacy/mail/soispha): Use new mail-server | Benedikt Peetz | |
| 2025-03-29 | fix(modules/legacy/conf/beets): Disable the xtractor plugin | Benedikt Peetz | |
| This plugin never worked (because of some issue with gaia), but now it also stopped to build. | |||
| 2025-03-29 | fix(modules/legacy/conf/neomutt): Upload changed imap boxes again | Benedikt Peetz | |
| Otherwise, newly added Sent mail stays not-synced. | |||
| 2025-03-29 | build(treewide): Update | Benedikt Peetz | |
| 2025-03-29 | fix(modules/legacy/conf/firefox/search): Use search engine ID instead of name | Benedikt Peetz | |
| The ID is newly supported and the name deprecated. | |||
| 2025-03-10 | fix(modules/legacy/conf/mail/git-credential-helper): Exit cleanly if ↵ | Benedikt Peetz | |
| passwordCommand fails | |||
| 2025-03-03 | build(treewide): Update | Benedikt Peetz | |
| 2025-02-22 | fix(modules/legacy/conf/mail): Actually add the password, when triggering ↵ | Benedikt Peetz | |
| the git helper | |||
| 2025-02-22 | fix(modules/legacy/conf/firefox/config/prefs/override.js): Never show bookmarks | Benedikt Peetz | |
| There are no bookmarks to show. | |||
| 2025-02-22 | build(treewide): Update | Benedikt Peetz | |
| 2025-02-03 | fix(modules/legacy/mail): Add missing `helper` attribute key | Benedikt Peetz | |
| 2025-02-03 | feat(modules/mpv): Migrate to `by-name` and add some scripts | Benedikt Peetz | |
| 2025-02-03 | feat(modules/legacy/mail): Automatically set a git credential helper | Benedikt Peetz | |
| 2025-02-03 | docs(modules/legacy/mbsync): Improve documentation of set options | Benedikt Peetz | |
| 2025-02-03 | fix(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-03 | fix(modules/legacy/conf/firefox/bookmarks): Remove outdated ones | Benedikt Peetz | |
| I have not used them in ages. | |||
| 2025-02-02 | refactor(modules/swaylock): Migrate to by-name | Benedikt Peetz | |
| 2025-01-30 | fix(modules/direnv): Migrate to `by-name` | Benedikt Peetz | |
| 2025-01-30 | feat(modules/legacy/conf/swaylock): Change the lock screen image | Benedikt Peetz | |
| 2025-01-29 | build(treewide): Update | Benedikt Peetz | |
| 2025-01-28 | fix(modules/legacy/mail/accounts/*): Use the migrated mail server | Benedikt Peetz | |
| 2025-01-04 | fix(modules/legacy/conf/taskwarrior/projects): Add `me.google` | Benedikt Peetz | |
| 2024-12-30 | build(treewide): Update | Benedikt 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-14 | fix(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-14 | feat(modules/yt): Migrate to by-name and add new `description` msgs | Benedikt Peetz | |
| 2024-12-14 | build(treewide): Update | Benedikt Peetz | |
| 2024-11-29 | refactor(modules/legacy/conf/yambar): Move to `by-name` and modernize | Benedikt Peetz | |
| 2024-11-29 | build(treewide): Update | Benedikt Peetz | |
| 2024-11-23 | style(treewide): Refactor | Benedikt Peetz | |
| 2024-11-17 | refactor(legacy/conf/mpd): Move to a unified `mpd` by-name module | Benedikt Peetz | |
| 2024-11-16 | refactor(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-16 | build(treewide): Update | Benedikt Peetz | |
| 2024-11-09 | refactor(modules/legacy/conf/nvim): Move to `by-name` | Benedikt Peetz | |
| 2024-11-02 | fix(modules/legacy/conf/nvim/plgs/femacro): Add additional config function | Benedikt Peetz | |
