about summary refs log tree commit diff stats
path: root/modules/by-name (follow)
Commit message (Collapse)AuthorAge
* feat(modules/mpv): Migrate to `by-name` and add some scriptsBenedikt Peetz2 days
|
* style(treewide): FormatBenedikt Peetz2 days
|
* fix(pkgs/river-start): Create a wrapper script for river to store logsBenedikt Peetz2 days
|
* fix(modules/lf/colors): Remove unused hidden home filesBenedikt Peetz2 days
| | | | | 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 Peetz2 days
|
* fix(modules/lf/commands/archive_decompress): Pipe the filenames not the fileBenedikt Peetz3 days
| | | | | 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 Peetz3 days
| | | | | | | | 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 Peetz3 days
| | | | Otherwise, `trash {empty,restore}` will not find it.
* fix(modules/lf/commands/trash_{clear,restore}): Allow ansi codes in fzfBenedikt Peetz3 days
|
* fix(modules/lf/keybindings/): Use the correct name for `trash_clear`Benedikt Peetz3 days
|
* fix(modules/lf/commands/): Correctly modify `$@` when in a while read loopBenedikt Peetz3 days
| | | | | | | | | | 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 Peetz3 days
|
* docs(modules/ollama): Add TODO commentBenedikt Peetz3 days
|
* fix(modules/nvim): Use the global nixpkgs setBenedikt Peetz3 days
|
* fix(modules/lf/commands): ReworkBenedikt Peetz3 days
| | | | | - Remove the dependency on `sysLib` - And rework each script, fixing old mistakes
* fix(modules/sound): Rename `hardware.pulseaudio` to `services.pulseaudio`Benedikt Peetz3 days
|
* fix(modules/zsh): Avoid having to rely on the `~/.zshenv` fileBenedikt Peetz3 days
| | | | We can use the `/etc/zshenv` file.
* fix(modules/locale): Remove the `us-modified` keymapBenedikt Peetz3 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 Peetz3 days
| | | | | This includes a near rewrite `river-mk-keymap` (previously, `river_init_lesser`.)
* refactor(modules/swaylock): Migrate to by-nameBenedikt Peetz3 days
|
* fix(modules/direnv): Remove the strictness optionsBenedikt Peetz5 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 Peetz6 days
|
* fix(modules/impermanence): Only persist `~/.mozilla/firefox`Benedikt Peetz6 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 Peetz6 days
|
* fix(modules/nvim/plgs/flatten): DisableBenedikt Peetz7 days
|
* fix(modules/lf/ctpv/prev/archiver): Remove `arc`Benedikt Peetz7 days
|
* 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.
* 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
|
* 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
|
* 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.
* 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
|
* fix(modules/ollama): Try to nudge it to use ROCm on the GPU instead of the CPUBenedikt Peetz2024-12-08
|
* feat(modules/impermanance): Also support the extended `directory` notationBenedikt Peetz2024-12-08
|
* fix(modules/ollama): Also set the correct visibilityBenedikt Peetz2024-12-08
|
* fix(modules/ollama): Use workaround to get systemd to agree to impermanenceBenedikt Peetz2024-12-08
|
* refactor(modules/font): Use new `nerd-fonts` attr setBenedikt Peetz2024-12-07
|
* feat(modules/ollama): InitBenedikt Peetz2024-12-07
|