about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* feat(modules/inputMethod): Init primeBenedikt Peetz2 days
|
* fix(modules/ollama): Always use the CPU for ollamaBenedikt Peetz3 days
| | | | | | 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 Peetz3 days
|
* fix(modules/ollama): Try to nudge it to use ROCm on the GPU instead of the CPUBenedikt Peetz3 days
|
* feat(modules/impermanance): Also support the extended `directory` notationBenedikt Peetz3 days
|
* fix(modules/ollama): Also set the correct visibilityBenedikt Peetz3 days
|
* fix(modules/ollama): Use workaround to get systemd to agree to impermanenceBenedikt Peetz3 days
|
* refactor(modules/font): Use new `nerd-fonts` attr setBenedikt Peetz4 days
|
* build(flake): Update to nixos-24.11 on the stable versionBenedikt Peetz4 days
|
* feat(modules/ollama): InitBenedikt Peetz4 days
|
* build(treewide): UpdateBenedikt Peetz10 days
|
* fix(tests/nvim-checkhealth): Acknowledge that it's not reproducibleBenedikt Peetz11 days
|
* feat(tests/nvim-neorg): InitBenedikt Peetz11 days
|
* fix(tests/{yambar,nvim-checkhealth}): Update to use `Exec`Benedikt Peetz11 days
|
* tests(infrastructure/run.nix): Bring up-to-date with the `default.nix`Benedikt Peetz11 days
|
* tests(infrastructure/driver): Support executing commandsBenedikt Peetz11 days
|
* feat(modules/lf): Add a keymap for cd-ing to the download directoryBenedikt Peetz11 days
|
* fix(tests/nvim-checkhealth): Increase the sleeptime after typingBenedikt Peetz12 days
| | | | | Otherwise, the command might not have been run, when we depend on it later.
* fix(modules/yambar): Wrap the commands with arguments with a scriptBenedikt Peetz12 days
|
* fix(modules/yambar): Don't treat numbers as stringsBenedikt Peetz12 days
| | | | | 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.
* fix(tests::infrastructure): Provide `sysLib` as module argumentBenedikt Peetz12 days
|
* tests(tests/yambar): InitBenedikt Peetz12 days
|
* fix(pkgs/description): RemoveBenedikt Peetz12 days
| | | | This functionality has been moved to the `yt` binary.
* fix(pkgs/show): RemoveBenedikt Peetz12 days
| | | | This was never actually used.
* chore(hosts): Enable yambarBenedikt Peetz12 days
|
* refactor(modules/legacy/conf/yambar): Move to `by-name` and modernizeBenedikt Peetz12 days
|
* chore(pkgs/by-name/ya/{cpu,memory}): MergeBenedikt Peetz12 days
| | | | There is no reason to keep these two programs separate.
* fix(modules/lf/cmds/set_clipboard_path): Provide feedback to the userBenedikt Peetz12 days
|
* fix(modules/lf): Retry connecting to the serverBenedikt Peetz12 days
| | | | | | 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.
* build(treewide): UpdateBenedikt Peetz12 days
|
* build(update.sh): Remove old script update callBenedikt Peetz12 days
| | | | This script has been removed.
* feat(modules/lf): Add `set_clipboard_path` command and keybindingBenedikt Peetz2024-11-26
|
* feat(modules/legacy/default): Move the download dir to `/tmp`Benedikt Peetz2024-11-25
| | | | | | This forces me to always move the downloaded files *somewhere*. Otherwise, the download directory would just end up utterly unsorted and thus useless.
* tests(tests/less): Increase sleep time to avoid flakinessBenedikt Peetz2024-11-25
|
* fix(modules/lf/ctpv): Don't try to preview `.xcf` imagesBenedikt Peetz2024-11-25
|
* fix(modules/lf/ctpv/helpers): Turn of `chafa`'s animationsBenedikt Peetz2024-11-25
|
* fix(modules/lf): Ensure, that the remote mapping source command worksBenedikt Peetz2024-11-25
|
* fix(modules/lf/ctpv/): Support color output, by simulating a interactive shellBenedikt Peetz2024-11-25
|
* fix(modules/lf/ctpv/prev/glow): Force glow to colorize the outputBenedikt Peetz2024-11-24
|
* fix(modules/lf): Use the correct name for the ctpv config fileBenedikt Peetz2024-11-24
|
* chore(pkgs/ctpv): 1.1 -> 1.1-unstable-2024-11-24Benedikt Peetz2024-11-24
|
* tests(less): Accept variadic argumentsBenedikt Peetz2024-11-24
|
* docs(modules/lf/ctpv/prev/any): Add a fixmeBenedikt Peetz2024-11-24
|
* fix(modules/lf/ctpv): Improve ctpv config file generationBenedikt Peetz2024-11-24
|
* docs(todo): Integrate into taskwarrior as tasksBenedikt Peetz2024-11-24
|
* fix(pkgs/ctpv): Override to support more than 16 extensions in previewBenedikt Peetz2024-11-24
|
* tests(tests/nvim-checkhealth): InitBenedikt Peetz2024-11-24
|
* tests(infrastructure/driver): Support setting the golden fileBenedikt Peetz2024-11-24
|
* fix(modules/nvim/opts): Ensure a consistent fileformatBenedikt Peetz2024-11-24
| | | | Thus, all dos files will magically change to Linux ones.
* feat(modules/lf/ctpv): Correct configureBenedikt Peetz2024-11-24
| | | | This also ensures, that all the needed previewers are available