diff --git a/Settings/config.json b/Settings/config.json index ba4127a..5d67b64 100644 --- a/Settings/config.json +++ b/Settings/config.json @@ -4,6 +4,10 @@ "show_system_log_messages": true }, "default": { + "filesystem": { + "home": "/home", + "root": "/mnt/redsea/a" + }, "fonts": { "serif": { "regular": "Liberation Serif", @@ -23,6 +27,13 @@ "bold_italic": "Liberation Mono Bold Italic", "italic": "Liberation Mono Italic" } + }, + "hostname": "erythros", + "session": { + "user": { + "name": "alec", + "full_name": "Alec Murphy" + } } } } \ No newline at end of file