aboutsummaryrefslogtreecommitdiffstats
path: root/modules (unfollow)
Commit message (Collapse)Author
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-07feat(modules/ollama): InitBenedikt Peetz
2024-11-30feat(modules/lf): Add a keymap for cd-ing to the download directoryBenedikt Peetz
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(pkgs/show): RemoveBenedikt Peetz
This was never actually used.
2024-11-29refactor(modules/legacy/conf/yambar): Move to `by-name` and modernizeBenedikt Peetz
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-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-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-24docs(modules/lf/ctpv/prev/any): Add a fixmeBenedikt Peetz
2024-11-24fix(modules/lf/ctpv): Improve ctpv config file generationBenedikt 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.
2024-11-23fix(modules/nvim/plgs/lsp/servers): Avoid conditional in `lsp.servers`Benedikt Peetz
The attrs in `lsp.servers` seem to be taken literally and as such do not support the `lib.modules.mkIf` mechanic, nixos normally supports. Thus moving the `lib.mkIf` calls to the parent attrs should fix it.
2024-11-23tests({modules,tests}): Delay the coupling, until more modules are testedBenedikt Peetz
2024-11-23fix(modules/nvim/plgs/neorg): Use the correct ft name in ftpluginBenedikt Peetz
The neorg filetype is named `norg` not `neorg`.
2024-11-23fix(modules/nvim/plgs/lsp/ruff): Replace deprecated ruff_lsp with ruffBenedikt Peetz
2024-11-23fix(modules/nvim/plgs/neorg): Move keybind setup to separate ftpluginBenedikt Peetz
2024-11-23refactor(modules/nvim/files): Move to their respective pluginBenedikt Peetz
2024-11-23style(treewide): RefactorBenedikt Peetz
2024-11-23fix(modules/taskwarrior): Provide an enable optionBenedikt Peetz
2024-11-23tests({tests,modules}): Couple via a co-importBenedikt Peetz
2024-11-22build(flake): UpdateBenedikt Peetz
2024-11-17refactor(legacy/conf/mpd): Move to a unified `mpd` by-name moduleBenedikt Peetz
2024-11-16fix(legacy/wms/river): Ensure that `mpc` is available to riverBenedikt Peetz
There is currently no way to tell river where the `mpc` executable is, thus requiring it to be present in the `$PATH`.
2024-11-16refactor(pkgs/mpc): Rename to `mpp`Benedikt Peetz
Nixpkgs has renamed their `mpc-cli` package to just `mpc`, turning this `mpc` package into an override for the official nixpkgs one. I think being explicit about the fact, that `mpc` is wrapped is the best solution here.
2024-11-16build(treewide): UpdateBenedikt Peetz
2024-11-09fix(modules/nvim/options): Use shell binary, not only directoryBenedikt Peetz
2024-11-09fix(modules/nvim/plgs/neorg): Reactivate the calendar moduleBenedikt Peetz
`nvim` has by now reached version 0.10.0 in nixpkgs.
2024-11-09fix(modules/nvim/plgs/neorg): Use updated versionBenedikt Peetz
2024-11-09refactor(modules/legacy/conf/nvim): Move to `by-name`Benedikt Peetz
2024-11-03fix(modules/less/command.less): Improve keymappingsBenedikt Peetz
This removes some unneeded ones and adds the ARROW UP mapping to ensure symmetry to the ARROW DOWN mapping.
2024-11-02fix(modules/legacy/conf/nvim/plgs/femacro): Add additional config functionBenedikt Peetz
2024-11-02style(modules/legacy/conf/nvim): FormatBenedikt Peetz