From 80ec14e7a22930a259607e4c8740b09303074d65 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Tue, 18 Nov 2025 14:13:04 +0100 Subject: Update some themes --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flake.nix') 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; -- cgit v1.2.3