| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
Otherwise, the connection seems to fail again.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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`.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
`nvim` has by now reached version 0.10.0 in nixpkgs.
|
| |
|
| |
|