| Commit message (Collapse) | Author |
|
This allows to share it with the server config.
|
|
Otherwise, the connection seems to fail again.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
This was never actually used.
|
|
|
|
|
|
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.
|
|
|
|
|
|
This forces me to always move the downloaded files *somewhere*.
Otherwise, the download directory would just end up utterly unsorted and
thus useless.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thus, all dos files will magically change to Linux ones.
|
|
This also ensures, that all the needed previewers are available
|
|
This both avoids having to commit the `lf_cd.age` file and ensures that
it is always up to date.
|
|
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.
|
|
|
|
The neorg filetype is named `norg` not `neorg`.
|
|
|
|
|
|
|
|
|
|
|
|
|