NixOS / calamares-nixos-extensions

NixOS calamares [maintainer=@vlinkz]
25 stars 23 forks source link

Use the Firefox module instead of the package directly #28

Closed ibbem closed 7 months ago

ibbem commented 7 months ago

Today, I was installing NixOS with German as default locale. However, Firefox was not affected by the language setting. German wasn't even installed. The solution, as @K900 also mentioned, is to install Firefox using the NixOS module which handles such options correctly.

This is currently untested. I will try to test it in the coming days.

Closes #27.

ibbem commented 7 months ago

I have tested the installer by building the NixOS module <nixos>/modules/installer/cd-dvd/installation-cd-graphical-calamares-gnome.nix with an overlay for the calamares-nixos-extensions package. Thereby I confirmed that the installer runs successfully and the selected locale (I tested German) is available in Firefox. Unfortunately, Firefox's language settings still needs to be changed manually but at least it can be changed as expected.