about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* build(treewide): Update primeBenedikt Peetz35 hours
|
* fix(modules/legacy/conf/taskwarrior/projects): Add `me.google`Benedikt Peetz4 days
|
* build(flake.lock/qmk_firmware): UpdateBenedikt Peetz8 days
|
* fix(modules/legacy/river): Include usage and usage_page in spawn cmdBenedikt Peetz8 days
| | | | This should probably be configurable, but right-now hardcoding works.
* fix(modules/river): Only activate the moonlander udev rules on tiamatBenedikt Peetz8 days
|
* style(treewide): FormatBenedikt Peetz8 days
|
* fix(modules/river): Use correct attribute keyBenedikt Peetz8 days
|
* build(pkgs/default.nix): Stop trying to import moved libBenedikt Peetz8 days
|
* feat(modules/legacy/river): Add mapping to start `qmk-unicode-type`Benedikt Peetz8 days
| | | | That program communicates with my keyboard and sets a Unicode character.
* build(treewide): UpdateBenedikt Peetz8 days
| | | | | This notable excludes a `nixpkgs-unstable` update, because a rather big LLVM package needs to be build from source, which is not feasible.
* fix(pkgs/{atuin,ctpv}): Extend instead of replaceBenedikt Peetz8 days
| | | | This allows me, to still benefit from upstream version updates.
* fix(modules/lf/ctpv/prev/achrive): Remove `arj`Benedikt Peetz8 days
| | | | This package fails to build currently
* fix(modules/lf/ctpv/xxd): Use unlimited length when piped to lessBenedikt Peetz8 days
|
* build(.envrc): Remove git fetchBenedikt Peetz8 days
|
* fix(pkgs/neorg/inputs): Improve git integration and bound reviewBenedikt Peetz2024-12-20
|
* fix(pkgs/neorg/inputs): Add git support and fix further bugsBenedikt Peetz2024-12-20
|
* feat(pkgs/neorg): Init `inputs` subcommandBenedikt Peetz2024-12-20
|
* fix(modules/lf/ctpv/prev/any): Fix typo in `preview_xxd` function callBenedikt Peetz2024-12-20
|
* refactor(lib): Upstream `lib` to vhack.euBenedikt Peetz2024-12-20
| | | | This allows to share it with the server config.
* fix(modules/lf): Always retry connecting to the serverBenedikt Peetz2024-12-15
| | | | Otherwise, the connection seems to fail again.
* fix(modules/lf/ctpv/prev/any): Also provide the `HELPERS` replacementStringBenedikt Peetz2024-12-15
|
* refactor(modules/lf/ctpv/prev): Make all implicit dependencies explicitBenedikt Peetz2024-12-15
|
* fix(pkgs/stamp): Streamline and update to work with reuse v5.0.xBenedikt Peetz2024-12-14
|
* build(pkgs/yt): 1.4 -> 1.4.1Benedikt Peetz2024-12-14
|
* fix(modules/lf/ctpv/prev/{any,inode}): Use the correct module optionsBenedikt Peetz2024-12-14
|
* fix(modules/legacy/conf/firefox/scripts/unzip_mozlz4.py): Only print when ↵Benedikt Peetz2024-12-14
| | | | | | | 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 autoloadingBenedikt Peetz2024-12-14
|
* fix(flake/nixosConfigurations/common): Disable ollama by defaultBenedikt Peetz2024-12-14
| | | | My machines are not good enough to actually run relevant modules.
* feat(modules/yt): Migrate to by-name and add new `description` msgsBenedikt Peetz2024-12-14
|
* refactor(modules/nvim/plgs/neorg): Migrate to new RFC 42 moduleBenedikt Peetz2024-12-14
|
* fix(modules/inputMethods): RemoveBenedikt Peetz2024-12-14
| | | | | | 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): UpdateBenedikt Peetz2024-12-14
|
* feat(modules/inputMethod): InitBenedikt Peetz2024-12-09
|
* fix(modules/ollama): Always use the CPU for ollamaBenedikt Peetz2024-12-08
| | | | | | 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 Peetz2024-12-08
|
* fix(modules/ollama): Try to nudge it to use ROCm on the GPU instead of the CPUBenedikt Peetz2024-12-08
|
* feat(modules/impermanance): Also support the extended `directory` notationBenedikt Peetz2024-12-08
|
* fix(modules/ollama): Also set the correct visibilityBenedikt Peetz2024-12-08
|
* fix(modules/ollama): Use workaround to get systemd to agree to impermanenceBenedikt Peetz2024-12-08
|
* refactor(modules/font): Use new `nerd-fonts` attr setBenedikt Peetz2024-12-07
|
* build(flake): Update to nixos-24.11 on the stable versionBenedikt Peetz2024-12-07
|
* feat(modules/ollama): InitBenedikt Peetz2024-12-07
|
* build(treewide): UpdateBenedikt Peetz2024-12-01
|
* fix(tests/nvim-checkhealth): Acknowledge that it's not reproducibleBenedikt Peetz2024-11-30
|
* feat(tests/nvim-neorg): InitBenedikt Peetz2024-11-30
|
* fix(tests/{yambar,nvim-checkhealth}): Update to use `Exec`Benedikt Peetz2024-11-30
|
* tests(infrastructure/run.nix): Bring up-to-date with the `default.nix`Benedikt Peetz2024-11-30
|
* tests(infrastructure/driver): Support executing commandsBenedikt Peetz2024-11-30
|
* feat(modules/lf): Add a keymap for cd-ing to the download directoryBenedikt Peetz2024-11-30
|
* fix(tests/nvim-checkhealth): Increase the sleeptime after typingBenedikt Peetz2024-11-30
| | | | | Otherwise, the command might not have been run, when we depend on it later.