summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index fc25ac8..d7fe334 100644
--- a/flake.nix
+++ b/flake.nix
@@ -24,6 +24,9 @@
pkgs = import nixpkgs {
system = "x86_64-linux";
};
+ sessionVariables = {
+ LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
+ };
in {
"gabrielgio@workstation.lan" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;