Files
nix-new/old_rach/fastfetch/config.jsonc

33 lines
326 B
JSON
Raw Normal View History

2025-06-23 00:47:36 +05:00
{
"logo": {
"source": "arch_small"
},
"display": {
"separator": " :: "
},
"modules": [
{
"type": "os",
"key": "dis"
},
{
"type": "kernel",
"key": "krn"
},
{
"type": "uptime",
"key": "upt"
},
{
"type": "packages",
"key": "pks"
},
{
"type": "wm",
"key": "wdm"
}
]
}