aboutsummaryrefslogtreecommitdiffstats
path: root/modules (unfollow)
Commit message (Collapse)Author
2025-04-28modules/lf/commands/trash_*: Add required `gnused` dependencyBenedikt Peetz
2025-04-28modules/common/unison: Ignore `~/.local/share/{Steam,atuin}`Benedikt Peetz
2025-04-28modules/taskwarrior: Enable synchronization againBenedikt Peetz
2025-04-27modules/less: Don't confuse less with the copyright comments in the config fileBenedikt Peetz
reuse treats the `.less` extensions as a format that can be commented. But that is a misconception and `less` does not actually understand these comments.
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/steam: Correctly allow the unfree dependencyBenedikt Peetz
2025-04-25modules/nvim/plgs/treesitter: Migrate to new nixvim dependency managementBenedikt Peetz
2025-04-25modules/zsh: Migrate away from deprecated `initExtra{,First}`Benedikt Peetz
2025-04-25hosts/tiamat: Enable steam for all hostsBenedikt Peetz
Otherwise, unison-sync might complain regarding unmatched data files.
2025-04-25modules/legacy/gpg: Migrate to by-nameBenedikt Peetz
2025-04-25{modules/steam,hosts/tiamat}: Activate againBenedikt Peetz
2025-04-14modules/zsh: Set alias to {ll,lm} to their full pathBenedikt Peetz
Both of these scripts are useless in $PATH and thus can be removed from it.
2025-04-14modules/legacy/pkgs: Add fupdate-{flake,sys}Benedikt Peetz
2025-04-14modules/mpd/mpc: Avoid using outdated configure argument for mpp-lyricsBenedikt Peetz
2025-04-14modules/xdg/url-handler: Correctly put a newline between nvim and zathuraBenedikt Peetz
2025-04-14modules/lf/commands/open: RemoveBenedikt Peetz
The problem with `xdg-open` has been fixed.
2025-04-11modules/lf: Always ensure that the `shell` is presentBenedikt Peetz
Otherwise, in path reduced circumstances, `sh` might not be in PATH.
2025-04-10modules/xdg/xdpt: Use correct config file locationBenedikt Peetz
2025-04-09modules/nvim/plgs/harpoon: Update commands in keymaps to harpoon2Benedikt Peetz
2025-04-09modules/nvim/plgs/lf-nvim: Switch to the upstream lf.nvim packageBenedikt Peetz
2025-04-09modules/nvim/plgs/harpoon: Update to harpoon2Benedikt Peetz
2025-04-09modules/xdg/scripts/url-handler.sh: FormatBenedikt Peetz
2025-04-08feat(modules/water-remainder): InitBenedikt Peetz
2025-04-08fix(modules/xdg/url-handler.sh): Use correct tskm invocationBenedikt Peetz
2025-04-08fix(modules/taskwarrior): Record the news versionBenedikt Peetz
2025-04-07fix(modules/lf/ctpv/prev): Avoid unset variable errorBenedikt Peetz
2025-04-07fix(modules/legacy/conf/mail): Switch to stalwart-mailBenedikt Peetz
2025-04-07fix(modules/lf/ctpv/prev/helpers): Avoid unset variable errorBenedikt Peetz
2025-04-07feat(modules/cargo): InitBenedikt 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-05fix(modules/taskwarrior/mkHook): Use correct `grep` silencing argumentBenedikt Peetz
2025-04-04fix(modules/taskwarrior/mkHook): Fix shellcheck issuesBenedikt Peetz
2025-04-04fix(modules/taskwarrior/mkHook): Remove superfluous double quoteBenedikt Peetz
2025-04-04fix(modules/timewarrior/hooks/track-total-active-time): Move dateparsing to ↵Benedikt Peetz
datetime
2025-04-04fix(modules/timewarrior): Fix type in `hooks` directoryBenedikt Peetz
2025-04-04fix(modules/taskwarrior): Correctly detect if hook debug is setBenedikt Peetz
`task _get` is not influenced by a temporary CLI override.
2025-04-04fix(modules/taskwarrior): Print hook `die` to stderrBenedikt Peetz
2025-04-04fix(modules/lf/ctpv/prev): Remove html previewBenedikt Peetz
This detected too many files as html and as such was quite bothersome.
2025-04-04fix(modules/lf/ctpv/prev): Add required dependencies to previewersBenedikt Peetz
2025-04-04refactor(modules/timewarrior): Update the time tracking hooksBenedikt Peetz
Both of them depended on the outdated `taskw` python package, that still used taskwarrior 2.6.
2025-04-04fix(modules/taskwarrior): Completely move to taskwarrior3Benedikt Peetz
2025-04-04refactor(modules/lf/ctpv): Migrate the previewers to pkgs.writeShellApplicationBenedikt Peetz
2025-04-04feat(modules/lf/ctpv/application/x-pem-file): Include previewerBenedikt Peetz
2025-04-04style(treewide): FormatBenedikt Peetz
2025-04-04fix(treewide): Migrate to taskwarrior version 3Benedikt Peetz
2025-04-04fix(modules/tskm): Allocate Firefox profile id's consecutivelyBenedikt Peetz
Firefox apparently needs to have ID's staring from 0 and then counting up. This seems like an implementation detail leaking out, but … well it's Firefox.
2025-04-04fix(modules/firefox): Sort the languages according to my preferenceBenedikt Peetz
2025-04-04fix(modules/common): Correctly specify the `projects.json` fileBenedikt Peetz