diff options
| author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-11-18 14:13:04 +0100 |
|---|---|---|
| committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-11-18 14:13:04 +0100 |
| commit | 80ec14e7a22930a259607e4c8740b09303074d65 (patch) | |
| tree | 0c97e43a14fcc00e6fbf95b6c34398bbfeb5f673 /flake.nix | |
| parent | bec6421e62d732aa1f17c2fcc968d5b6731e26a2 (diff) | |
| download | home-manager-80ec14e7a22930a259607e4c8740b09303074d65.tar.gz home-manager-80ec14e7a22930a259607e4c8740b09303074d65.tar.bz2 home-manager-80ec14e7a22930a259607e4c8740b09303074d65.zip | |
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |
