aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name (unfollow)
Commit message (Collapse)Author
2025-02-02fix(modules/sound): Rename `hardware.pulseaudio` to `services.pulseaudio`Benedikt Peetz
2025-02-02fix(modules/zsh): Avoid having to rely on the `~/.zshenv` fileBenedikt Peetz
We can use the `/etc/zshenv` file.
2025-02-02fix(modules/locale): Remove the `us-modified` keymapBenedikt Peetz
This purpose is now fulfilled by the direct unicode input in form of `qmk-unicode-type`.
2025-02-02refactor(modules/river): Migrate to `by-name`Benedikt Peetz
This includes a near rewrite `river-mk-keymap` (previously, `river_init_lesser`.)
2025-02-02refactor(modules/swaylock): Migrate to by-nameBenedikt Peetz
2025-01-31fix(modules/direnv): Remove the strictness optionsBenedikt Peetz
These seem to cause an error in `nix-direnv` which is obviously not ideal.
2025-01-30feat(modules/lf/commands/view_file): Also use `$READER` for epub filesBenedikt Peetz
2025-01-30fix(modules/impermanence): Only persist `~/.mozilla/firefox`Benedikt Peetz
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.
2025-01-30fix(modules/direnv): Migrate to `by-name`Benedikt Peetz
2025-01-30fix(modules/nvim/plgs/flatten): DisableBenedikt Peetz
2025-01-29fix(modules/lf/ctpv/prev/archiver): Remove `arc`Benedikt Peetz
2024-12-30fix(modules/river): Only activate the moonlander udev rules on tiamatBenedikt Peetz
2024-12-30fix(modules/river): Use correct attribute keyBenedikt Peetz
2024-12-30feat(modules/legacy/river): Add mapping to start `qmk-unicode-type`Benedikt Peetz
That program communicates with my keyboard and sets a Unicode character.
2024-12-30fix(pkgs/{atuin,ctpv}): Extend instead of replaceBenedikt Peetz
This allows me, to still benefit from upstream version updates.
2024-12-30fix(modules/lf/ctpv/prev/achrive): Remove `arj`Benedikt Peetz
This package fails to build currently
2024-12-30fix(modules/lf/ctpv/xxd): Use unlimited length when piped to lessBenedikt Peetz
2024-12-20fix(modules/lf/ctpv/prev/any): Fix typo in `preview_xxd` function callBenedikt Peetz
2024-12-15fix(modules/lf): Always retry connecting to the serverBenedikt Peetz
Otherwise, the connection seems to fail again.
2024-12-15fix(modules/lf/ctpv/prev/any): Also provide the `HELPERS` replacementStringBenedikt Peetz
2024-12-15refactor(modules/lf/ctpv/prev): Make all implicit dependencies explicitBenedikt Peetz
2024-12-14fix(modules/lf/ctpv/prev/{any,inode}): Use the correct module optionsBenedikt Peetz
2024-12-14feat(modules/lf/ctpv): Rework as module with autoloadingBenedikt Peetz
2024-12-14feat(modules/yt): Migrate to by-name and add new `description` msgsBenedikt Peetz
2024-12-14refactor(modules/nvim/plgs/neorg): Migrate to new RFC 42 moduleBenedikt Peetz
2024-12-14fix(modules/inputMethods): RemoveBenedikt Peetz
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.
2024-12-09feat(modules/inputMethod): InitBenedikt Peetz
2024-12-08fix(modules/ollama): Always use the CPU for ollamaBenedikt Peetz
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.
2024-12-08fix(modules/ollama): Correctly set the mode of the `/var/lib/private` dirBenedikt Peetz
2024-12-08fix(modules/ollama): Try to nudge it to use ROCm on the GPU instead of the CPUBenedikt Peetz
2024-12-08feat(modules/impermanance): Also support the extended `directory` notationBenedikt Peetz
2024-12-08fix(modules/ollama): Also set the correct visibilityBenedikt Peetz
2024-12-08fix(modules/ollama): Use workaround to get systemd to agree to impermanenceBenedikt Peetz
2024-12-07refactor(modules/font): Use new `nerd-fonts` attr setBenedikt Peetz
2024-12-07feat(modules/ollama): InitBenedikt Peetz
2024-11-30feat(modules/lf): Add a keymap for cd-ing to the download directoryBenedikt Peetz
2024-11-30fix(modules/yambar): Wrap the commands with arguments with a scriptBenedikt Peetz
2024-11-29fix(modules/yambar): Don't treat numbers as stringsBenedikt Peetz
This also includes casting the colour to a longer stretch of zeros, to ensure that it is treated as a colour and not as a string.
2024-11-29refactor(modules/legacy/conf/yambar): Move to `by-name` and modernizeBenedikt Peetz
2024-11-29fix(modules/lf/cmds/set_clipboard_path): Provide feedback to the userBenedikt Peetz
2024-11-29fix(modules/lf): Retry connecting to the serverBenedikt Peetz
It is possible that the config file is sourced, without a started server. This is effectively a race condition, which can only be fixed upstream, but we can at least try to connect to the server again.
2024-11-26feat(modules/lf): Add `set_clipboard_path` command and keybindingBenedikt Peetz
2024-11-25fix(modules/lf/ctpv): Don't try to preview `.xcf` imagesBenedikt Peetz
2024-11-25fix(modules/lf/ctpv/helpers): Turn of `chafa`'s animationsBenedikt Peetz
2024-11-25fix(modules/lf): Ensure, that the remote mapping source command worksBenedikt Peetz
2024-11-25fix(modules/lf/ctpv/): Support color output, by simulating a interactive shellBenedikt Peetz
2024-11-24fix(modules/lf/ctpv/prev/glow): Force glow to colorize the outputBenedikt Peetz
2024-11-24fix(modules/lf): Use the correct name for the ctpv config fileBenedikt Peetz
2024-11-24docs(modules/lf/ctpv/prev/any): Add a fixmeBenedikt Peetz
2024-11-24fix(modules/lf/ctpv): Improve ctpv config file generationBenedikt Peetz