Files
dotfiles/archinstall.json
Benjamin Kyd f8bd4418ff lmao arch time
2023-05-05 14:54:42 +01:00

67 lines
1.4 KiB
JSON

{
"audio": "pulseaudio",
"bootloader": "grub-install",
"custom-commands": [
],
"filesystem": "ext4",
"gfx_driver": "Intel (open-source)",
"swap": true,
"hostname": "benk",
"kernels": [
"linux"
],
"keyboard-language": "en",
"mirror-region": "United Kingdom",
"nic": {
"NetworkManager": true,
},
"ntp": true,
"packages": [
"yay",
"git",
"wget",
"curl",
"zsh",
"zsh-vi-mode",
"base-devel",
"rust-git",
"cmake-git",
"exa",
"bluez",
"bluez-utils",
"blueman",
"network-manager-applet-git",
"xfce4-power-manager",
"volumeicon",
"pulseaudio-equalizer-ladspa",
"neovim-git",
"mpris-cli",
"wezterm",
"tmux",
"ranger",
"xorg-server",
"xorg-xbacklight",
"xidlehook",
"lightdm",
"lightdm-gtk-greeter",
"awesome-git",
"picom-git",
"i3lock-git",
"i3exit",
"arc-icon-theme",
"ttf-dejavu-sans-mono-powerline-git",
"flameshot",
"rofi",
"google-chrome-unstable",
"darktable-git",
"ktira",
],
"services": [
"bluetooth.service",
"lightdm.service",
],
"sys-encoding": "utf-8",
"sys-language": "en_UK",
"timezone": "Europe/London",
}