From e516e643f7b31e5db30ecfbf32a11c29bdc90c46 Mon Sep 17 00:00:00 2001 From: Tobias Happ Date: Fri, 4 Oct 2019 16:23:12 +0200 Subject: [PATCH] Fix indention --- src/pkgs/files/raw/home.nix.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkgs/files/raw/home.nix.default b/src/pkgs/files/raw/home.nix.default index 4fc447b..e60ca1a 100644 --- a/src/pkgs/files/raw/home.nix.default +++ b/src/pkgs/files/raw/home.nix.default @@ -16,7 +16,7 @@ # Fix locale (perl apps panic without it) home.sessionVariables = { - LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive"; + LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive"; }; # Simply install just the packages