about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* fix(modules/lf/commands): Also include a coreutils implementation primeBenedikt Peetz44 hours
|
* fix(modules/lf/commands): Add needed dependencies of the helpers.shBenedikt Peetz44 hours
|
* fix(modules/lf/commands): Avoid inheriting the path by defaultBenedikt Peetz44 hours
| | | | | | All the commands should have their respective dependencies set. The ones that need external commands (i.e., `execute`) can opt into keeping their path set.
* fix(modules/lf/commands/dragon-*): Use new `dragon-drop` nameBenedikt Peetz44 hours
| | | | The old name conflicted with KDE's dragon media player.
* fix(modules/{atuin,zsh}): Avoid atuin keymaps overriding mineBenedikt Peetz3 days
|
* revert: "fix(modules/legacy/mail/soispha): Use new mail-server"Benedikt Peetz3 days
| | | | This reverts commit 1f3909f13064e79e77283b2d27c9340b8a504c84.
* fix(modules/legacy/mail/soispha): Use new mail-serverBenedikt Peetz3 days
|
* build(flake): UpdateBenedikt Peetz4 days
|
* fix(modules/legacy/conf/beets): Disable the xtractor pluginBenedikt Peetz4 days
| | | | | This plugin never worked (because of some issue with gaia), but now it also stopped to build.
* fix(modules/legacy/conf/neomutt): Upload changed imap boxes againBenedikt Peetz4 days
| | | | Otherwise, newly added Sent mail stays not-synced.
* build(treewide): UpdateBenedikt Peetz4 days
|
* fix(modules/legacy/conf/firefox/search): Use search engine ID instead of nameBenedikt Peetz4 days
| | | | The ID is newly supported and the name deprecated.
* refactor(pkgs/vimExtraPlugins): RemoveBenedikt Peetz4 days
| | | | I want to use nixpgks' list.
* fix(modules/nvim/plgs/telescope/extensions/bibtex): DisableBenedikt Peetz4 days
| | | | This is not used much, and I can wait until it is in nixpkgs.
* fix(modules/nvim/plgs/lf-nvim): Use the package from my nixpgks prBenedikt Peetz4 days
|
* fix(modules/xdg): Migrate to the merged xdg-desktop-terminal-filechooserBenedikt Peetz4 days
|
* refactor(pkgs/update-vim-plugins): RemoveBenedikt Peetz4 days
| | | | | Let's start using the nixpkgs infrastructure instead of this python application.
* refactor(pkgs/{yti,spodi,git-cleanup,nato,sort_song,virsh-del}): RemoveBenedikt Peetz4 days
| | | | I have not used one of these commands in the last 8 months.
* fix(modules/legacy/conf/mail/git-credential-helper): Exit cleanly if ↵Benedikt Peetz2025-03-10
| | | | passwordCommand fails
* build(treewide): UpdateBenedikt Peetz2025-03-03
|
* build(flake.lock): UpdateBenedikt Peetz2025-02-22
|
* fix(modules/legacy/conf/mail): Actually add the password, when triggering ↵Benedikt Peetz2025-02-22
| | | | the git helper
* fix(modules/legacy/conf/firefox/config/prefs/override.js): Never show bookmarksBenedikt Peetz2025-02-22
| | | | There are no bookmarks to show.
* build(pkgs/yt): UpdateBenedikt Peetz2025-02-22
|
* build(treewide): UpdateBenedikt Peetz2025-02-22
|
* fix(modules/legacy/pkgs): Remove unneeded packagesBenedikt Peetz2025-02-04
| | | | I have not used most of them since at least a year.
* fix(hosts/{apzu,tiamata}): Use the correct neorg package in the mappingsBenedikt Peetz2025-02-04
| | | | | Otherwise, the `neorg dmenu` started by river would provide nothing to select.
* fix(modules/river): Mark the `init` file executableBenedikt Peetz2025-02-04
|
* refactor(flake/nixosModules/common.nix): Move to `modules/common`Benedikt Peetz2025-02-04
| | | | | This file is commonly edited, when a module is changed. As such moving it to the `modules` directory, is an obvious decision.
* fix(modules/legacy/mail): Add missing `helper` attribute keyBenedikt Peetz2025-02-03
|
* feat(modules/mpv): Migrate to `by-name` and add some scriptsBenedikt Peetz2025-02-03
|
* feat(modules/legacy/mail): Automatically set a git credential helperBenedikt Peetz2025-02-03
|
* docs(modules/legacy/mbsync): Improve documentation of set optionsBenedikt Peetz2025-02-03
|
* style(treewide): FormatBenedikt Peetz2025-02-03
|
* fix(modules/legacy/conf/firefox/{bookmarks,search}): Replace the manuals ↵Benedikt Peetz2025-02-03
| | | | | | | | 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.
* fix(modules/legacy/conf/firefox/bookmarks): Remove outdated onesBenedikt Peetz2025-02-03
| | | | I have not used them in ages.
* fix(pkgs/river-start): Create a wrapper script for river to store logsBenedikt Peetz2025-02-03
|
* fix(modules/lf/colors): Remove unused hidden home filesBenedikt Peetz2025-02-03
| | | | | All these files are no longer there, and if they start to crop up again, I would like to notice it.
* fix(modules/lf/commands/archive_{compress,decompress}): Correctly store pathsBenedikt Peetz2025-02-03
|
* fix(modules/lf/commands/archive_decompress): Pipe the filenames not the fileBenedikt Peetz2025-02-03
| | | | | Previously, we piped `$fx` directly into the shell, resulting in it opening the archive and interpreting it as the file name.
* fix(modules/lf/commands/trash_{clear,restore}): Don't start trash's ↵Benedikt Peetz2025-02-03
| | | | | | | | interactive mode When no files have been selected, trashy's trash client will start an "interactive" mode and prompt for the files _again_. This should obviously be avoided.
* fix(modules/lf/commands/trash_{clear,restore}): Use full path to fileBenedikt Peetz2025-02-03
| | | | Otherwise, `trash {empty,restore}` will not find it.
* fix(modules/lf/commands/trash_{clear,restore}): Allow ansi codes in fzfBenedikt Peetz2025-02-03
|
* fix(modules/lf/keybindings/): Use the correct name for `trash_clear`Benedikt Peetz2025-02-02
|
* fix(modules/lf/commands/): Correctly modify `$@` when in a while read loopBenedikt Peetz2025-02-02
| | | | | | | | | | Previously, I just piped into the loop which resulted in it becoming a subshell (i.e., all variable assignments were local to that loop.) The only way to work around this in POSIX shell is via temporary files, like implemented in the `base.sh` `tmp` function. I'd hoped to finally rid myself of these, when migrating away from the sysLib, but I see no other way to achieve the desired result.
* fix(modules/lf/commands/trash_restore): Depend on `gawk` not `gaw`Benedikt Peetz2025-02-02
|
* style(pkgs/update-vim-plugins): FormatBenedikt Peetz2025-02-02
|
* test(tests/nvim-neorg): Increase sleep before last regex check to 1sBenedikt Peetz2025-02-02
| | | | Otherwise, it seemed to sometimes fail.
* docs(modules/ollama): Add TODO commentBenedikt Peetz2025-02-02
|
* fix(modules/nvim): Use the global nixpkgs setBenedikt Peetz2025-02-02
|