vitorpy's Dotfiles
at main 97 lines 2.3 kB view raw
1{ 2 "config_version": "2.8.0", 3 "hostname": "zygalski", 4 "kernels": [ 5 "linux" 6 ], 7 "locale_config": { 8 "kb_layout": "us", 9 "sys_enc": "UTF-8", 10 "sys_lang": "en_US" 11 }, 12 "mirror_config": { 13 "mirror_regions": { 14 "Worldwide": [ 15 "https://geo.mirror.pkgbuild.com/$repo/os/$arch" 16 ] 17 } 18 }, 19 "disk_config": { 20 "device_modifications": [ 21 { 22 "device": "/dev/nvme0n1", 23 "partitions": [ 24 { 25 "type": "primary", 26 "start": "1MiB", 27 "size": "600MiB", 28 "filesystem": {"type": "fat32"}, 29 "mountpoint": "/boot", 30 "flags": ["boot", "esp"], 31 "wipe": false 32 }, 33 { 34 "type": "primary", 35 "start": "601MiB", 36 "size": "100%", 37 "filesystem": {"type": "ext4"}, 38 "mountpoint": "/", 39 "wipe": true 40 } 41 ], 42 "wipe": true 43 } 44 ] 45 }, 46 "bootloader": "systemd-bootctl", 47 "swap": { 48 "type": "zram" 49 }, 50 "network_config": { 51 "type": "nm" 52 }, 53 "timezone": "Europe/Warsaw", 54 "ntp": true, 55 "additional_repositories": [], 56 "packages": [ 57 "base", 58 "base-devel", 59 "linux-firmware", 60 "git", 61 "neovim", 62 "vim", 63 "fish", 64 "sudo", 65 "networkmanager", 66 "pipewire", 67 "pipewire-pulse", 68 "pipewire-alsa", 69 "pipewire-jack", 70 "wireplumber", 71 "xdg-user-dirs", 72 "xdg-utils", 73 "wget", 74 "curl", 75 "openssh", 76 "rsync", 77 "jq", 78 "man-db", 79 "man-pages" 80 ], 81 "profile_config": { 82 "profile": { 83 "main": "minimal", 84 "details": [] 85 }, 86 "gfx_driver": "All open-source", 87 "greeter": "none" 88 }, 89 "audio_config": { 90 "audio": "pipewire" 91 }, 92 "services": [ 93 "NetworkManager", 94 "sshd" 95 ], 96 "version": "2.8.0" 97}