dimchee
Results
1
comments of
dimchee
This should work, but perhaps there is a more elegant solution ```nix { xdg.configFile = (generateTSConfigs [ ... ] // { "nvim/init.lua".source = ... }); } ```