moonarch/config/user_configuration.json
nevaforget b8753bf84f fix: remove docker from defaults, fix cliphist-image ordering cycle
Docker is a dev dependency, not a desktop environment default. Remove
from package list, archinstall config, services and README.

Fix systemd ordering cycle that prevented cliphist-image from starting:
cliphist-text had After=graphical-session.target which combined with
PartOf= and cliphist-image's After=cliphist-text created a cycle.
2026-04-10 08:18:55 +02:00

80 lines
1.5 KiB
JSON

{
"__comment": "ABOUTME: archinstall configuration for Moonarch.",
"__comment2": "ABOUTME: Base setup — kernel, disk and filesystem are chosen interactively.",
"app_config": {
"audio_config": {
"audio": "pipewire"
}
},
"bootloader_config": {
"bootloader": "Systemd-boot",
"uki": false
},
"kernels": ["linux-zen"],
"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",
"fwupd",
"ufw",
"greetd",
"niri",
"waybar",
"foot",
"swaync",
"polkit-gnome",
"stow"
],
"profile_config": {
"gfx_driver": "All open-source (default)",
"greeter": "greetd",
"profile": {
"main": "Desktop",
"details": []
}
},
"services": [
"NetworkManager",
"bluetooth",
"greetd",
"systemd-timesyncd",
"ufw"
],
"timezone": "Europe/Berlin",
"custom_commands": [
"git clone https://gitea.moonarch.de/nevaforget/moonarch.git /opt/moonarch"
]
}