Add new wallpaper, update gnome configuration and fully disable Zed AI

features
This commit is contained in:
Jo 2025-09-21 02:51:44 +02:00
parent 8edd189f07
commit c38ecb55a2
6 changed files with 31 additions and 40 deletions

View file

@ -41,18 +41,9 @@ in
### Remove useless features and stuff
show_call_status_icon = false;
collaboration_panel.button = false;
chat_panel.button = "never";
agent = {
version = "2";
button = false;
};
features = {
inline_completion_provider = "none";
edit_prediction_provider = "none";
copilot = false;
};
### Disable AI features entirely
disable_ai = true;
### Formatting and saving settings
formatter = "language_server";
@ -92,7 +83,6 @@ in
# Web dev
html = true;
svelte = true;
ejs = true;
scss = true;
biome = true; # Formatting and utility tool, like ESlint, prettier, etc...