about summary refs log tree commit diff stats
path: root/modules (follow)
Commit message (Collapse)AuthorAge
* fix(modules/lf/colors): Remove unused hidden home filesBenedikt Peetz32 hours
| | | | | 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 Peetz34 hours
|
* fix(modules/lf/commands/archive_decompress): Pipe the filenames not the fileBenedikt Peetz48 hours
| | | | | 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 Peetz48 hours
| | | | | | | | 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 Peetz48 hours
| | | | Otherwise, `trash {empty,restore}` will not find it.
* fix(modules/lf/commands/trash_{clear,restore}): Allow ansi codes in fzfBenedikt Peetz48 hours
|
* fix(modules/lf/keybindings/): Use the correct name for `trash_clear`Benedikt Peetz48 hours
|
* fix(modules/lf/commands/): Correctly modify `$@` when in a while read loopBenedikt Peetz48 hours
| | | | | | | | | | 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 Peetz2 days
|
* docs(modules/ollama): Add TODO commentBenedikt Peetz2 days
|
* fix(modules/nvim): Use the global nixpkgs setBenedikt Peetz2 days
|
* fix(modules/lf/commands): ReworkBenedikt Peetz2 days
| | | | | - Remove the dependency on `sysLib` - And rework each script, fixing old mistakes
* fix(modules/sound): Rename `hardware.pulseaudio` to `services.pulseaudio`Benedikt Peetz2 days
|
* fix(modules/zsh): Avoid having to rely on the `~/.zshenv` fileBenedikt Peetz2 days
| | | | We can use the `/etc/zshenv` file.
* fix(modules/locale): Remove the `us-modified` keymapBenedikt Peetz2 days
| | | | | This purpose is now fulfilled by the direct unicode input in form of `qmk-unicode-type`.
* refactor(modules/river): Migrate to `by-name`Benedikt Peetz2 days
| | | | | This includes a near rewrite `river-mk-keymap` (previously, `river_init_lesser`.)
* refactor(modules/swaylock): Migrate to by-nameBenedikt Peetz2 days
|
* fix(modules/direnv): Remove the strictness optionsBenedikt Peetz4 days
| | | | | These seem to cause an error in `nix-direnv` which is obviously not ideal.
* feat(modules/lf/commands/view_file): Also use `$READER` for epub filesBenedikt Peetz5 days
|
* fix(modules/impermanence): Only persist `~/.mozilla/firefox`Benedikt Peetz5 days
| | | | | | The other directories don't contain anything worthy to be persisted. Besides, persisting `~/.mozilla/native-messaging-hosts` results in tridactly changing the symlink to it's native messaging host.
* fix(modules/direnv): Migrate to `by-name`Benedikt Peetz5 days
|
* fix(modules/nvim/plgs/flatten): DisableBenedikt Peetz6 days
|
* feat(modules/legacy/conf/swaylock): Change the lock screen imageBenedikt Peetz6 days
|
* fix(modules/lf/ctpv/prev/archiver): Remove `arc`Benedikt Peetz6 days
|
* build(treewide): UpdateBenedikt Peetz6 days
|
* fix(modules/legacy/mail/accounts/*): Use the migrated mail serverBenedikt Peetz7 days
|
* fix(modules/legacy/conf/taskwarrior/projects): Add `me.google`Benedikt Peetz2025-01-04
|
* fix(modules/legacy/river): Include usage and usage_page in spawn cmdBenedikt Peetz2024-12-30
| | | | This should probably be configurable, but right-now hardcoding works.
* fix(modules/river): Only activate the moonlander udev rules on tiamatBenedikt Peetz2024-12-30
|
* fix(modules/river): Use correct attribute keyBenedikt Peetz2024-12-30
|
* feat(modules/legacy/river): Add mapping to start `qmk-unicode-type`Benedikt Peetz2024-12-30
| | | | That program communicates with my keyboard and sets a Unicode character.
* build(treewide): UpdateBenedikt Peetz2024-12-30
| | | | | This notable excludes a `nixpkgs-unstable` update, because a rather big LLVM package needs to be build from source, which is not feasible.
* fix(pkgs/{atuin,ctpv}): Extend instead of replaceBenedikt Peetz2024-12-30
| | | | This allows me, to still benefit from upstream version updates.
* fix(modules/lf/ctpv/prev/achrive): Remove `arj`Benedikt Peetz2024-12-30
| | | | This package fails to build currently
* fix(modules/lf/ctpv/xxd): Use unlimited length when piped to lessBenedikt Peetz2024-12-30
|
* fix(modules/lf/ctpv/prev/any): Fix typo in `preview_xxd` function callBenedikt Peetz2024-12-20
|
* refactor(lib): Upstream `lib` to vhack.euBenedikt Peetz2024-12-20
| | | | This allows to share it with the server config.
* fix(modules/lf): Always retry connecting to the serverBenedikt Peetz2024-12-15
| | | | Otherwise, the connection seems to fail again.
* fix(modules/lf/ctpv/prev/any): Also provide the `HELPERS` replacementStringBenedikt Peetz2024-12-15
|
* refactor(modules/lf/ctpv/prev): Make all implicit dependencies explicitBenedikt Peetz2024-12-15
|
* fix(modules/lf/ctpv/prev/{any,inode}): Use the correct module optionsBenedikt Peetz2024-12-14
|
* fix(modules/legacy/conf/firefox/scripts/unzip_mozlz4.py): Only print when ↵Benedikt Peetz2024-12-14
| | | | | | | 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.
* feat(modules/lf/ctpv): Rework as module with autoloadingBenedikt Peetz2024-12-14
|
* feat(modules/yt): Migrate to by-name and add new `description` msgsBenedikt Peetz2024-12-14
|
* refactor(modules/nvim/plgs/neorg): Migrate to new RFC 42 moduleBenedikt Peetz2024-12-14
|
* fix(modules/inputMethods): RemoveBenedikt Peetz2024-12-14
| | | | | | This is a huge hack, that doesn't even work with all my applications (notably, alacritty does not support ibus.) As such, simply disabling it is the right call.
* build(treewide): UpdateBenedikt Peetz2024-12-14
|
* feat(modules/inputMethod): InitBenedikt Peetz2024-12-09
|
* fix(modules/ollama): Always use the CPU for ollamaBenedikt Peetz2024-12-08
| | | | | | My AMD GPU is just not supported by ROCm. And whilst ollama will (sometime) start with this configuration, it is just slower than directly running with the CPU.
* fix(modules/ollama): Correctly set the mode of the `/var/lib/private` dirBenedikt Peetz2024-12-08
|