Zed: Difference between revisions
No edit summary |
|||
Line 33: | Line 33: | ||
Zed is supported by home-manager, this way you are able to make a reproducible Zed setup. | Zed is supported by home-manager, this way you are able to make a reproducible Zed setup. | ||
'''userSettings''' option will be translated directly to '''json''' file. | |||
note that home-manager configuration produces a read only `settings.json` this means some features which requires to write this file might not work. For example change model at runtime. Changing AI model at runtime tries to write in the configuration. | note that home-manager configuration produces a '''read only `settings.json`''' this means some features which requires to write this file might not work. For example change model at runtime. Changing AI model at runtime tries to write in the configuration. | ||
you can see an example of the home-manager configuration. | you can see an example of the home-manager configuration. |