Sven Friedrich
Sven Friedrich
@AlexanderBrevig I am on [rnix-lsp 0.2.5](https://github.com/nix-community/rnix-lsp/tree/v0.2.5). > Do you have another set of keys you use to trigger the error? At least for me there are no keys required at...
@AlexanderBrevig Here is a flake.nix which just straight up crashes helix. flake.nix
@berbiche I tried to apply all of your suggestions. Furthermore I added `types.attrsOf (types.either types.package themeSubmodule)` to `themes` as well. This way individual themes can be included as packages too....
> all test pass except for `nnn` Thanks to b3af91d, all tests pass now
@berbiche I simplified the theme config in a way that only packages and subattribute packages are expected. This way we do not lose any documentation and the documentation itself is...
@berbiche Can I request another review from you?
@ids1024 Do you happen to know if iced allows for overriding of renderer Settings? I've checked the mpv repository and they say that they use eglSwapInterval `0` for openGL and...