about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/lf/default.nix (unfollow)
Commit message (Collapse)Author
2 hoursfix(modules/lf/ctpv/prev/{any,inode}): Use the correct module optionsBenedikt Peetz
2 hoursfix(modules/legacy/conf/firefox/scripts/unzip_mozlz4.py): Only print when ↵Benedikt Peetz
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.
2 hoursfeat(modules/lf/ctpv): Rework as module with autoloadingBenedikt Peetz
2 hoursfix(flake/nixosConfigurations/common): Disable ollama by defaultBenedikt Peetz
My machines are not good enough to actually run relevant modules.
2 hoursfeat(modules/yt): Migrate to by-name and add new `description` msgsBenedikt Peetz
2 hoursrefactor(modules/nvim/plgs/neorg): Migrate to new RFC 42 moduleBenedikt Peetz
3 hoursfix(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.
3 hoursbuild(treewide): UpdateBenedikt Peetz
5 daysfeat(modules/inputMethod): InitBenedikt Peetz
6 daysfix(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.
6 daysfix(modules/ollama): Correctly set the mode of the `/var/lib/private` dirBenedikt Peetz
6 daysfix(modules/ollama): Try to nudge it to use ROCm on the GPU instead of the CPUBenedikt Peetz
6 daysfeat(modules/impermanance): Also support the extended `directory` notationBenedikt Peetz
6 daysfix(modules/ollama): Also set the correct visibilityBenedikt Peetz
6 daysfix(modules/ollama): Use workaround to get systemd to agree to impermanenceBenedikt Peetz
7 daysrefactor(modules/font): Use new `nerd-fonts` attr setBenedikt Peetz
7 daysbuild(flake): Update to nixos-24.11 on the stable versionBenedikt Peetz
7 daysfeat(modules/ollama): InitBenedikt Peetz
13 daysbuild(treewide): UpdateBenedikt Peetz
14 daysfix(tests/nvim-checkhealth): Acknowledge that it's not reproducibleBenedikt Peetz
14 daysfeat(tests/nvim-neorg): InitBenedikt Peetz
14 daysfix(tests/{yambar,nvim-checkhealth}): Update to use `Exec`Benedikt Peetz
14 daystests(infrastructure/run.nix): Bring up-to-date with the `default.nix`Benedikt Peetz
14 daystests(infrastructure/driver): Support executing commandsBenedikt Peetz
14 daysfeat(modules/lf): Add a keymap for cd-ing to the download directoryBenedikt Peetz
2024-11-30fix(tests/nvim-checkhealth): Increase the sleeptime after typingBenedikt Peetz
Otherwise, the command might not have been run, when we depend on it later.
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-29fix(tests::infrastructure): Provide `sysLib` as module argumentBenedikt Peetz
2024-11-29tests(tests/yambar): InitBenedikt Peetz
2024-11-29fix(pkgs/description): RemoveBenedikt Peetz
This functionality has been moved to the `yt` binary.
2024-11-29fix(pkgs/show): RemoveBenedikt Peetz
This was never actually used.
2024-11-29chore(hosts): Enable yambarBenedikt Peetz
2024-11-29refactor(modules/legacy/conf/yambar): Move to `by-name` and modernizeBenedikt Peetz
2024-11-29chore(pkgs/by-name/ya/{cpu,memory}): MergeBenedikt Peetz
There is no reason to keep these two programs separate.
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-29build(treewide): UpdateBenedikt Peetz
2024-11-29build(update.sh): Remove old script update callBenedikt Peetz
This script has been removed.
2024-11-26feat(modules/lf): Add `set_clipboard_path` command and keybindingBenedikt Peetz
2024-11-25feat(modules/legacy/default): Move the download dir to `/tmp`Benedikt Peetz
This forces me to always move the downloaded files *somewhere*. Otherwise, the download directory would just end up utterly unsorted and thus useless.
2024-11-25tests(tests/less): Increase sleep time to avoid flakinessBenedikt 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-24chore(pkgs/ctpv): 1.1 -> 1.1-unstable-2024-11-24Benedikt Peetz
2024-11-24tests(less): Accept variadic argumentsBenedikt Peetz