Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(pkgs/stamp): Streamline and update to work with reuse v5.0.x | Benedikt Peetz | 14 hours |
| | |||
* | build(pkgs/yt): 1.4 -> 1.4.1 | Benedikt Peetz | 18 hours |
| | |||
* | fix(modules/lf/ctpv/prev/{any,inode}): Use the correct module options | Benedikt Peetz | 20 hours |
| | |||
* | fix(modules/legacy/conf/firefox/scripts/unzip_mozlz4.py): Only print when ↵ | Benedikt Peetz | 20 hours |
| | | | | | | | 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. | ||
* | feat(modules/lf/ctpv): Rework as module with autoloading | Benedikt Peetz | 20 hours |
| | |||
* | fix(flake/nixosConfigurations/common): Disable ollama by default | Benedikt Peetz | 20 hours |
| | | | | My machines are not good enough to actually run relevant modules. | ||
* | feat(modules/yt): Migrate to by-name and add new `description` msgs | Benedikt Peetz | 20 hours |
| | |||
* | refactor(modules/nvim/plgs/neorg): Migrate to new RFC 42 module | Benedikt Peetz | 20 hours |
| | |||
* | fix(modules/inputMethods): Remove | Benedikt Peetz | 20 hours |
| | | | | | | 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. | ||
* | build(treewide): Update | Benedikt Peetz | 20 hours |
| | |||
* | feat(modules/inputMethod): Init | Benedikt Peetz | 6 days |
| | |||
* | fix(modules/ollama): Always use the CPU for ollama | Benedikt Peetz | 7 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` dir | Benedikt Peetz | 7 days |
| | |||
* | fix(modules/ollama): Try to nudge it to use ROCm on the GPU instead of the CPU | Benedikt Peetz | 7 days |
| | |||
* | feat(modules/impermanance): Also support the extended `directory` notation | Benedikt Peetz | 7 days |
| | |||
* | fix(modules/ollama): Also set the correct visibility | Benedikt Peetz | 7 days |
| | |||
* | fix(modules/ollama): Use workaround to get systemd to agree to impermanence | Benedikt Peetz | 7 days |
| | |||
* | refactor(modules/font): Use new `nerd-fonts` attr set | Benedikt Peetz | 8 days |
| | |||
* | build(flake): Update to nixos-24.11 on the stable version | Benedikt Peetz | 8 days |
| | |||
* | feat(modules/ollama): Init | Benedikt Peetz | 8 days |
| | |||
* | build(treewide): Update | Benedikt Peetz | 14 days |
| | |||
* | fix(tests/nvim-checkhealth): Acknowledge that it's not reproducible | Benedikt Peetz | 2024-11-30 |
| | |||
* | feat(tests/nvim-neorg): Init | Benedikt Peetz | 2024-11-30 |
| | |||
* | fix(tests/{yambar,nvim-checkhealth}): Update to use `Exec` | Benedikt Peetz | 2024-11-30 |
| | |||
* | tests(infrastructure/run.nix): Bring up-to-date with the `default.nix` | Benedikt Peetz | 2024-11-30 |
| | |||
* | tests(infrastructure/driver): Support executing commands | Benedikt Peetz | 2024-11-30 |
| | |||
* | feat(modules/lf): Add a keymap for cd-ing to the download directory | Benedikt Peetz | 2024-11-30 |
| | |||
* | fix(tests/nvim-checkhealth): Increase the sleeptime after typing | Benedikt Peetz | 2024-11-30 |
| | | | | | Otherwise, the command might not have been run, when we depend on it later. | ||
* | fix(modules/yambar): Wrap the commands with arguments with a script | Benedikt Peetz | 2024-11-30 |
| | |||
* | fix(modules/yambar): Don't treat numbers as strings | Benedikt Peetz | 2024-11-29 |
| | | | | | 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 argument | Benedikt Peetz | 2024-11-29 |
| | |||
* | tests(tests/yambar): Init | Benedikt Peetz | 2024-11-29 |
| | |||
* | fix(pkgs/description): Remove | Benedikt Peetz | 2024-11-29 |
| | | | | This functionality has been moved to the `yt` binary. | ||
* | fix(pkgs/show): Remove | Benedikt Peetz | 2024-11-29 |
| | | | | This was never actually used. | ||
* | chore(hosts): Enable yambar | Benedikt Peetz | 2024-11-29 |
| | |||
* | refactor(modules/legacy/conf/yambar): Move to `by-name` and modernize | Benedikt Peetz | 2024-11-29 |
| | |||
* | chore(pkgs/by-name/ya/{cpu,memory}): Merge | Benedikt Peetz | 2024-11-29 |
| | | | | There is no reason to keep these two programs separate. | ||
* | fix(modules/lf/cmds/set_clipboard_path): Provide feedback to the user | Benedikt Peetz | 2024-11-29 |
| | |||
* | fix(modules/lf): Retry connecting to the server | Benedikt Peetz | 2024-11-29 |
| | | | | | | 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): Update | Benedikt Peetz | 2024-11-29 |
| | |||
* | build(update.sh): Remove old script update call | Benedikt Peetz | 2024-11-29 |
| | | | | This script has been removed. | ||
* | feat(modules/lf): Add `set_clipboard_path` command and keybinding | Benedikt Peetz | 2024-11-26 |
| | |||
* | feat(modules/legacy/default): Move the download dir to `/tmp` | Benedikt Peetz | 2024-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 flakiness | Benedikt Peetz | 2024-11-25 |
| | |||
* | fix(modules/lf/ctpv): Don't try to preview `.xcf` images | Benedikt Peetz | 2024-11-25 |
| | |||
* | fix(modules/lf/ctpv/helpers): Turn of `chafa`'s animations | Benedikt Peetz | 2024-11-25 |
| | |||
* | fix(modules/lf): Ensure, that the remote mapping source command works | Benedikt Peetz | 2024-11-25 |
| | |||
* | fix(modules/lf/ctpv/): Support color output, by simulating a interactive shell | Benedikt Peetz | 2024-11-25 |
| | |||
* | fix(modules/lf/ctpv/prev/glow): Force glow to colorize the output | Benedikt Peetz | 2024-11-24 |
| | |||
* | fix(modules/lf): Use the correct name for the ctpv config file | Benedikt Peetz | 2024-11-24 |
| |