From 445ba4f89acce5da6b3f7a6cf26f80b4ac837070 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Sat, 19 Feb 2022 23:55:25 -0300 Subject: [PATCH] root: add locale to path for voidlinux --- root/config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/root/config.yaml b/root/config.yaml index 8a77a68..badd951 100644 --- a/root/config.yaml +++ b/root/config.yaml @@ -31,6 +31,7 @@ actions: greetd_install: _greetd_install grub_install: update-grub locale_install: locale-gen + libc_locale_install: xbps-reconfigure -f glibc-locales pacman_install: | pacman-key --init pacman-key --populate @@ -109,6 +110,12 @@ dotfiles: actions: - locale_install + libc_locales: + src: locale.gen + dst: /etc/default/libc-locales + actions: + - libc_locale_install + fstab: src: fstab dst: /etc/fstab