moonarch/config/user_configuration.json
nevaforget 0a266510e0 i18n: migrate all German text to English
Enforce the repo convention that committed text is English.
Translates ABOUTME headers, code comments, log/error messages,
shell prompts, and documentation across all files.
CLAUDE.md files remain in German per policy.
2026-03-28 14:53:23 +01:00

77 lines
1.5 KiB
JSON

{
"__comment": "ABOUTME: archinstall configuration for Moonarch.",
"__comment2": "ABOUTME: Base setup — kernel, disk and filesystem are chosen interactively.",
"audio_config": {
"audio": "pipewire"
},
"bootloader": "Systemd-boot",
"hostname": "moonarch",
"locale_config": {
"sys_lang": "de_DE.UTF-8",
"sys_enc": "UTF-8",
"kb_layout": "de"
},
"network_config": {
"type": "nm"
},
"ntp": true,
"packages": [
"base-devel",
"btrfs-progs",
"efibootmgr",
"man-db",
"git",
"neovim",
"zsh",
"networkmanager",
"pipewire",
"pipewire-alsa",
"pipewire-jack",
"pipewire-pulse",
"wireplumber",
"docker",
"docker-compose",
"fwupd",
"ufw",
"greetd",
"niri",
"waybar",
"foot",
"dunst",
"polkit-gnome",
"stow"
],
"profile_config": {
"gfx_driver": "All open-source",
"greeter": "greetd",
"profile": {
"main": "Desktop",
"details": []
}
},
"services": [
"NetworkManager",
"bluetooth",
"docker",
"greetd",
"systemd-timesyncd",
"ufw"
],
"timezone": "Europe/Berlin",
"custom-commands": [
"git clone https://gitea.moonarch.de/nevaforget/moonarch.git /opt/moonarch",
"chown -R 1000:1000 /opt/moonarch"
]
}