diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2021-12-20 21:18:22 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2021-12-20 21:18:22 +0900 |
commit | 927bfd4d3fac10bdffb3b1203db55550f2c86331 (patch) | |
tree | 88c6f5410854f44663943016b71fafe06ab909a1 /before | |
parent | f9d6b1bc8fe517f96d0dec5555636395e5c5f90f (diff) |
before: Set locale.
Diffstat (limited to 'before')
-rwxr-xr-x | before | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,3 +9,6 @@ GUIX_PROFILE="/var/lib/laminar/.config/guix/current" env | while read kv; do laminarc set "$kv" done + +# Set locale +laminarc set "GUIX_LOCPATH=/run/current-system/locale" |