28 lines
538 B
JSON
28 lines
538 B
JSON
{
|
|
"audio": "pulseaudio",
|
|
"bootloader": "grub-install",
|
|
"custom-commands": [
|
|
],
|
|
"filesystem": "ext4",
|
|
"gfx_driver": "Intel (open-source)",
|
|
"swap": true,
|
|
"hostname": "benk",
|
|
"kernels": [
|
|
"linux"
|
|
],
|
|
"keyboard-language": "uk",
|
|
"mirror-region": "United Kingdom",
|
|
"nic": {
|
|
"NetworkManager": true
|
|
},
|
|
"ntp": true,
|
|
"packages": [
|
|
"yay"
|
|
],
|
|
"services": [
|
|
],
|
|
"sys-encoding": "utf-8",
|
|
"sys-language": "en_GB",
|
|
"timezone": "Europe/London"
|
|
}
|