[Nix-dev] Localizing firefox
Marc Weber
marco-oweber at gmx.de
Tue Nov 12 14:55:35 CET 2013
> environment.systemPackages = with pkgs ; [
> ...
> (firefoxLocaleWrapper "ru")
> ...
> ];
I haven't read details, but what if you have different users requiring
different locales? Thus what about using a list? (firefoxLocaleWrapper ["ru"])
If we are at it: For gimp I use something "object" like:
(gimp.withPlugins ["pluginA" "pluginB"])
so what about using firefox.withLocales ["ru"]
Then we could improve it alter:
((firefox.withPlugins ["jre" "flash" "gnash" "mplayer"]).withLocales ["ru"])
Just a thought ..
Marc Weber
More information about the nix-dev
mailing list