Meta: Update Settings/config.json

This commit is contained in:
Alec Murphy
2025-09-12 16:27:08 -04:00
parent 714c7d2571
commit 8755b45c90

View File

@@ -4,6 +4,10 @@
"show_system_log_messages": true "show_system_log_messages": true
}, },
"default": { "default": {
"filesystem": {
"home": "/home",
"root": "/mnt/redsea/a"
},
"fonts": { "fonts": {
"serif": { "serif": {
"regular": "Liberation Serif", "regular": "Liberation Serif",
@@ -23,6 +27,13 @@
"bold_italic": "Liberation Mono Bold Italic", "bold_italic": "Liberation Mono Bold Italic",
"italic": "Liberation Mono Italic" "italic": "Liberation Mono Italic"
} }
},
"hostname": "erythros",
"session": {
"user": {
"name": "alec",
"full_name": "Alec Murphy"
}
} }
} }
} }