Skip to content

Instantly share code, notes, and snippets.

@opusmagnum
Created July 3, 2026 09:13
Show Gist options
  • Select an option

  • Save opusmagnum/56afca54a2c8ff046354438a7ef1efc1 to your computer and use it in GitHub Desktop.

Select an option

Save opusmagnum/56afca54a2c8ff046354438a7ef1efc1 to your computer and use it in GitHub Desktop.
{
"!root-password": "your-root-password",
"!users": [
{
"username": "yourusername",
"!password": "your-user-password",
"sudo": true
}
]
}
{
"hostname": "macbook-omarchy",
"audio_config": {
"audio": "pipewire"
},
"bootloader": "Limine",
"config_version": "2.8.6",
"disk_config": {
"config_type": "manual_partitioning",
"device_modifications": [
{
"device": "/dev/sda",
"partitions": [
{
"btrfs": [],
"dev_path": "/dev/sda1",
"flags": ["Boot", "ESP"],
"fs_type": "fat32",
"mount_options": [],
"mountpoint": "/boot",
"obj_id": "efi-part",
"size": {
"sector_size": null,
"total_size": null,
"unit": "MiB",
"value": 200
},
"status": "existing",
"type": "primary"
},
{
"btrfs": [
{"name": "@", "mountpoint": "/"},
{"name": "@home", "mountpoint": "/home"},
{"name": "@log", "mountpoint": "/var/log"},
{"name": "@pkg", "mountpoint": "/var/cache/pacman/pkg"}
],
"dev_path": "/dev/sda3",
"flags": [],
"fs_type": "btrfs",
"mount_options": ["compress=zstd"],
"mountpoint": null,
"obj_id": "root-part",
"size": {
"sector_size": null,
"total_size": null,
"unit": "B",
"value": null
},
"status": "existing",
"type": "primary"
}
],
"wipe": false
}
]
},
"disk_encryption": {
"encryption_type": "luks",
"partitions": ["/dev/sda3"]
},
"kernels": ["linux"],
"locale_config": {
"kb_layout": "us",
"sys_enc": "UTF-8",
"sys_lang": "en_US"
},
"mirror_config": {
"custom_mirrors": [],
"mirror_regions": {
"United States": ["https://geo.mirror.pkgbuild.com/$repo/os/$arch"]
}
},
"network_config": {
"type": "nm"
},
"ntp": true,
"packages": ["git", "base-devel", "vim", "networkmanager"],
"parallel downloads": 0,
"profile_config": {
"gfx_driver": "Intel (open-source)",
"greeter": "tuigreet",
"profile": {
"custom_settings": {},
"details": [],
"main": "Minimal"
}
},
"swap": true,
"timezone": "America/New_York",
"uki": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment