mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-26 10:13:25 +01:00
5bc2693cfb
These packages aren't included by default anymore so adding them here makes sense. Note that maintaining a large meta package is actually difficult since one error means the whole thing doesn't work. I am looking for an alternative solution to keep things somewhat automated while at the same time increase flexibility when it comes to the initial setup.
10 lines
201 B
Bash
Executable File
10 lines
201 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Install packages to new filesystem
|
|
#
|
|
# https://wiki.archlinux.org/index.php/Installation_guide
|
|
|
|
set -xe
|
|
|
|
pacstrap /mnt base linux linux-firmware grub fish git polkit rng-tools vim dhcpcd
|