vitorpy's Dotfiles

Update archinstall config: explicit zram swap, add vim/sudo/man packages

vitorpy a9f954bc 593c8b85

+9 -4
+9 -4
private_dot_config/private_arch/archinstall-config.json
··· 39 39 "wipe": true 40 40 } 41 41 ], 42 - "wipe": false 42 + "wipe": true 43 43 } 44 44 ] 45 45 }, 46 46 "bootloader": "systemd-bootctl", 47 - "swap": true, 47 + "swap": { 48 + "type": "zram" 49 + }, 48 50 "network_config": { 49 51 "type": "nm" 50 52 }, ··· 57 59 "linux-firmware", 58 60 "git", 59 61 "neovim", 62 + "vim", 60 63 "fish", 64 + "sudo", 61 65 "networkmanager", 62 66 "pipewire", 63 67 "pipewire-pulse", ··· 70 74 "curl", 71 75 "openssh", 72 76 "rsync", 73 - "jq" 77 + "jq", 78 + "man-db", 79 + "man-pages" 74 80 ], 75 81 "profile_config": { 76 82 "profile": { ··· 87 93 "NetworkManager", 88 94 "sshd" 89 95 ], 90 - "!users": "Configure your user during interactive install or add here", 91 96 "version": "2.8.0" 92 97 }