aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home.legacy/conf (unfollow)
Commit message (Collapse)Author
8 daysmodules/legacy/gtk: Re-enable the nordic themeBenedikt Peetz
This theme seems to also remove the client side decoration title bars, which are incredible ugly and pointless on a wm. So, let's re-activate it.
9 daystreewide: Remove unneeded dependenciesBenedikt Peetz
This shaves off around 1.2 GB from the system closure.
10 daystreewide: FormatBenedikt Peetz
2026-04-14modules/{git,fonts,starship}: Avoid using deprecated escapesBenedikt Peetz
2026-04-14modules/legacy/gtk: Adapt to changed home-manager defaultsBenedikt Peetz
2026-02-19modules/legacy/beets/plugins/inline: Don't fail on empty `albumartists`Benedikt Peetz
2026-01-27modules/legacy/beets: Remove pointless newline in inline snippetBenedikt Peetz
2026-01-27modules/legacy/beets: Also warn about "live" in the title of tracksBenedikt Peetz
2026-01-27modules/legacy/beets: Use the yaml formatter againBenedikt Peetz
I don't see a reason to override this, considering, that the reason specified in the comment is obsolete.
2026-01-26modules/legacy/beets: Activate the musicbrainz auto-taggerBenedikt Peetz
It has recently been dropped from it's default-enable state.
2026-01-25modules/{mpdpopm,legacy/beets}: Move the mpd stat tracking to mpdpopmBenedikt Peetz
It is just easier to use the hand-written rust version, than to try to do this via the beets plugin.
2025-10-20{modules,legacy}/{git,conf/mail}: Use new rfc42 git configBenedikt Peetz
2025-09-24modules/legacy/{rofi,alacritty}: Migrate to by-nameBenedikt Peetz
2025-07-29modules/legacy/beets: Use correct escape sequence for `\`Benedikt Peetz
The `\` is parsed once from yaml to python and then again, when it is inserted into the replace regex. As such we need two levels of escape.
2025-07-29modules/legacy/beets: Use primary artist for path namesBenedikt Peetz
This avoids having multiple directories for the same artist: ``` Artist1 Artist1 & SomeOtherArtist Artist1 feat. ThirdArtist (etc.) ```
2025-07-20modules/legacy/conf/iamb: Move to `by-name` and modernizeBenedikt Peetz
I started using `iamb` when it was really not-finished yet (and used a json config).
2025-07-20modules/legacy/conf/{hyfetch,latexindent,rclone,tridactyl}: RemoveBenedikt Peetz
hyfetch and latexident configs were simply copied from the default (without real changes) and I don't really use any of these tools anymore.
2025-06-06modules/legacy/beets: Use a better path configBenedikt Peetz
I don't really care about genres or the various albumtypes.
2025-06-06modules/legacy/beets: Move the `replace_override` file in the nix fileBenedikt Peetz
I have no idea, why this is a separate file. This change also removes some windows specific replace sequences.
2025-06-06modules/legacy/beets: Remove unused pluginsBenedikt Peetz
I have not known that these plugins were configured, until I looked at the nix source again. As such, enabling theme is useless.
2025-05-17modules/starship: Mark shells that are started in a nixos-shell VMBenedikt Peetz
2025-05-16modules/legacy/mako: Migrate to `by-name`Benedikt Peetz
2025-05-16modules/legacy/nix-index: Migrate to by-nameBenedikt Peetz
2025-05-09revert: "fix(modules/legacy/conf/mail): Switch to stalwart-mail"Benedikt Peetz
This reverts commit cccdf0fc683ece66baaffd3bbdd268cded02bda1. Stalwart-mail does not yet work correctly.
2025-05-01modules/legacy/ssh: Migrate to by-nameBenedikt Peetz
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2025-04-25modules/legacy/gpg: Migrate to by-nameBenedikt Peetz
2025-04-07fix(modules/legacy/conf/mail): Switch to stalwart-mailBenedikt Peetz
2025-04-07refactor(modules/xdg): Migrate to by-name and fix firefox dep in url-handlerBenedikt Peetz
2025-04-07refactor(modules/legacy/ytcc): RemoveBenedikt Peetz
This has been superseded by `yt`
2025-04-06fix(modules/legacy/conf/xdg/url-handler): Always use dash in nameBenedikt Peetz
The underscore is uncommon for CLI programs.
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