diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc new file mode 100644 index 0000000..ae965d9 --- /dev/null +++ b/.config/fastfetch/config.jsonc @@ -0,0 +1,16 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": null, + "modules": [ + "title", + "separator", + "os", + "host", + "kernel", + "uptime", + "cpu", + "gpu", + "memory", + "disk", + ] +} \ No newline at end of file