1
0
mirror of https://github.com/nix-community/home-manager synced 2024-09-12 06:16:33 +02:00
home-manager/tests/modules/programs/fastfetch/basic-configuration.jsonc
2024-05-10 12:42:39 +02:00

29 lines
424 B
Plaintext
Executable File

{
"display": {
"binaryPrefix": "si",
"color": "blue",
"separator": "  "
},
"logo": {
"padding": {
"right": 1
},
"source": "nixos_small"
},
"modules": [
{
"format": "{1}-{3}-{11}",
"key": "Date",
"type": "datetime"
},
{
"format": "{14}:{17}:{20}",
"key": "Time",
"type": "datetime"
},
"break",
"player",
"media"
]
}