feat(fastfetch): add config to reduce details shown

Changed files
+25
.config
fastfetch
+25
.config/fastfetch/config.jsonc
···
+
{
+
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/master/doc/json_schema.json",
+
"modules": [
+
"title",
+
"separator",
+
"os",
+
"host",
+
"kernel",
+
"uptime",
+
"packages",
+
"shell",
+
"terminal",
+
"de",
+
"wm",
+
"theme",
+
"cpu",
+
"gpu",
+
"memory",
+
"disk",
+
"battery",
+
"poweradapter",
+
"break",
+
"colors"
+
]
+
}