about summary refs log tree commit diff stats
path: root/home-manager/config/yambar/scripts/nmclitest (unfollow)
Commit message (Collapse)Author
28 hoursfix(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.
28 hoursfix(modules/ollama): Correctly set the mode of the `/var/lib/private` dirBenedikt Peetz
28 hoursfix(modules/ollama): Try to nudge it to use ROCm on the GPU instead of the CPUBenedikt Peetz
29 hoursfeat(modules/impermanance): Also support the extended `directory` notationBenedikt Peetz
29 hoursfix(modules/ollama): Also set the correct visibilityBenedikt Peetz
29 hoursfix(modules/ollama): Use workaround to get systemd to agree to impermanenceBenedikt Peetz
2 daysrefactor(modules/font): Use new `nerd-fonts` attr setBenedikt Peetz
2 daysbuild(flake): Update to nixos-24.11 on the stable versionBenedikt Peetz
2 daysfeat(modules/ollama): InitBenedikt Peetz
8 daysbuild(treewide): UpdateBenedikt Peetz
9 daysfix(tests/nvim-checkhealth): Acknowledge that it's not reproducibleBenedikt Peetz
9 daysfeat(tests/nvim-neorg): InitBenedikt Peetz
9 daysfix(tests/{yambar,nvim-checkhealth}): Update to use `Exec`Benedikt Peetz
9 daystests(infrastructure/run.nix): Bring up-to-date with the `default.nix`Benedikt Peetz
9 daystests(infrastructure/driver): Support executing commandsBenedikt Peetz
9 daysfeat(modules/lf): Add a keymap for cd-ing to the download directoryBenedikt Peetz
10 daysfix(tests/nvim-checkhealth): Increase the sleeptime after typingBenedikt Peetz
Otherwise, the command might not have been run, when we depend on it later.
10 daysfix(modules/yambar): Wrap the commands with arguments with a scriptBenedikt Peetz
10 daysfix(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.
10 daysfix(tests::infrastructure): Provide `sysLib` as module argumentBenedikt Peetz
10 daystests(tests/yambar): InitBenedikt Peetz
10 daysfix(pkgs/description): RemoveBenedikt Peetz
This functionality has been moved to the `yt` binary.
10 daysfix(pkgs/show): RemoveBenedikt Peetz
This was never actually used.
10 dayschore(hosts): Enable yambarBenedikt Peetz
10 daysrefactor(modules/legacy/conf/yambar): Move to `by-name` and modernizeBenedikt Peetz
10 dayschore(pkgs/by-name/ya/{cpu,memory}): MergeBenedikt Peetz
There is no reason to keep these two programs separate.
10 daysfix(modules/lf/cmds/set_clipboard_path): Provide feedback to the userBenedikt Peetz
10 daysfix(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.
10 daysbuild(treewide): UpdateBenedikt Peetz
10 daysbuild(update.sh): Remove old script update callBenedikt Peetz
This script has been removed.
13 daysfeat(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
2024-11-24docs(modules/lf/ctpv/prev/any): Add a fixmeBenedikt Peetz
2024-11-24fix(modules/lf/ctpv): Improve ctpv config file generationBenedikt Peetz
2024-11-24docs(todo): Integrate into taskwarrior as tasksBenedikt Peetz
2024-11-24fix(pkgs/ctpv): Override to support more than 16 extensions in previewBenedikt Peetz
2024-11-24tests(tests/nvim-checkhealth): InitBenedikt Peetz
2024-11-24tests(infrastructure/driver): Support setting the golden fileBenedikt Peetz
2024-11-24fix(modules/nvim/opts): Ensure a consistent fileformatBenedikt Peetz
Thus, all dos files will magically change to Linux ones.
2024-11-24feat(modules/lf/ctpv): Correct configureBenedikt Peetz
This also ensures, that all the needed previewers are available
2024-11-24feat(modules/lf): Dynamically generate the cd scriptBenedikt Peetz
This both avoids having to commit the `lf_cd.age` file and ensures that it is always up to date.