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