Élyse

Results 8 comments of Élyse

Why couldn't we use the `osConfig` to get the value ? Locally, to keep both features I've done this: ```nix { config, lib, pkgs, customPkgs, osConfig, ... }: { wayland.windowManager.sway...

> IMO, that should be something the user decides to do themselves, not something implicit in the default config. There’s also no precedent for consuming `osConfig` in HM. I was...

It is indeed working as intended when the types are set in the request. Sorry for the false bug.

> Looks like the latest version `"vue-tsc": "^2.0.10"` is working fine with `"nuxt": "^3.11.2"` Issue is still there.

#3447 would have been what I was looking for too! Thanks, sorry for the delay to respond.

Hello @iuribrindeiro, check the package you use for sddm. When using plasma6, it changes the version of sddm. ```nix services.displayManager.sddm = { enable = true; wayland.enable = true; package =...

> @ElysaSrc Could you elaborate bit more how you would like the support to be? How it should behave? Currently I must annotate all Json fields of my struct that...

> Somehow it does not "find" the type even though it is there and LSP is able to access it anyhow. Does it need some sort of DB to be...