Starting GnuCash in your preferred languate the Nix way

Hi All,

I use GnuCash as the accounting solution for my business. Works great. However, I use NixOS in English (makes getting/searching help much easier), but I prefer GnuCash in Dutch, because al the legal en financial terms are very unfamiliar to me in English (and anyone in any Dutch accounting business). I know the interface language of GnuCash can be changed by starting it like this:

LANGUAGE=nl_NL LANG=nl_NL gnucash

However, I don’t know how to change the start command in Gnome (it’s easy in KDE) and, I was wondering : Is there a Nix way of doing this, by changing my configuration.nix?

Thanx,

Freek

I did the following to create a wrapped binary:

3 Likes