mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
Move locale hack out of sight
... so it won't disrupt the narrative.
This commit is contained in:
parent
63b9036e30
commit
311e314655
1 changed files with 5 additions and 5 deletions
|
|
@ -15,11 +15,6 @@ in
|
|||
# userEmail = "jane.doe@example.org";
|
||||
#};
|
||||
|
||||
# Fix locale (perl apps panic without it)
|
||||
home.sessionVariables = {
|
||||
LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
|
||||
};
|
||||
|
||||
# Simply install just the packages
|
||||
home.packages = with pkgs; [
|
||||
# Stuff that you really really want to have
|
||||
|
|
@ -50,6 +45,11 @@ in
|
|||
#zip
|
||||
#unzip
|
||||
];
|
||||
|
||||
# Fix locale (perl apps panic without it)
|
||||
home.sessionVariables = {
|
||||
LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
|
||||
};
|
||||
}
|
||||
|
||||
# vim: ft=nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue