diff --git a/.config/guix/manifests/console.scm b/.config/guix/manifests/console.scm index 3c55bfe..bfbb3bc 100644 --- a/.config/guix/manifests/console.scm +++ b/.config/guix/manifests/console.scm @@ -1,5 +1,6 @@ (specifications->manifest '( + "glibc-locales" "git-lfs" "sshfs" "tokei" diff --git a/.profile b/.profile index dcd3ddc..c54ee7c 100644 --- a/.profile +++ b/.profile @@ -41,6 +41,10 @@ export JUPYTER_CONFIG_DIR=$HOME/.config/jupyter export GUIX_PACKAGE_PATH=~/guix-packages # Guix settings:3 ends here +# [[file:Console.org::*Guix settings][Guix settings:4]] +export GUIX_LOCPATH=$HOME/.guix-extra-profiles/console/console/lib/locale +# Guix settings:4 ends here + # [[file:Console.org::*Other package managers][Other package managers:1]] if [ -d "$HOME/.cask" ]; then export PATH="/home/pavel/.cask/bin:$PATH" diff --git a/Console.org b/Console.org index 696fc7f..c2f692d 100644 --- a/Console.org +++ b/Console.org @@ -102,6 +102,11 @@ Set a folder for my packages. #+begin_src sh export GUIX_PACKAGE_PATH=~/guix-packages #+end_src + +Locale settings +#+begin_src sh +export GUIX_LOCPATH=$HOME/.guix-extra-profiles/console/console/lib/locale +#+end_src ** Other package managers Using other package managers with Guix requires some extra work. @@ -853,6 +858,7 @@ key_bindings: | tokei | Count lines of code | | sshfs | Mount stuff over SSH | | git-lfs | | +| glibc-locales | | ** ripgrep config Occasionally I can't exclude certain files from ripgrep via the VCS settings, so here is a simple config to ignore certain files globally.