48 lines
740 B
JSON
48 lines
740 B
JSON
{
|
|
"desktop": {
|
|
"display_manager": "lightdm",
|
|
"resolution": "1920x1080",
|
|
"theme": null,
|
|
"type": "xfce"
|
|
},
|
|
"desktop_applications": {
|
|
"browsers": [
|
|
"firefox"
|
|
],
|
|
"development": [
|
|
"git",
|
|
"build-essential"
|
|
],
|
|
"editors": [
|
|
"zed",
|
|
"nano",
|
|
"vim"
|
|
],
|
|
"media": [
|
|
"vlc",
|
|
"gimp"
|
|
],
|
|
"office": [
|
|
"libreoffice"
|
|
],
|
|
"terminals": [
|
|
"xfce4-terminal"
|
|
],
|
|
"utilities": [
|
|
"htop",
|
|
"curl",
|
|
"wget",
|
|
"tree"
|
|
]
|
|
},
|
|
"desktop_graphics": {
|
|
"acceleration": true,
|
|
"compositing": true,
|
|
"driver": "intel"
|
|
},
|
|
"desktop_vnc": {
|
|
"authentication": true,
|
|
"enabled": true,
|
|
"port": 5900
|
|
}
|
|
}
|