nixos-generate-config: Use the Firefox module

The Firefox module installs and enables the selected locale whereas the
Firefox package just uses the default locale. Hence, Firefox's language
was still English even when choosing a language other than English.
This commit is contained in:
ibbem 2024-02-10 00:20:06 +01:00 committed by Sefa Eyeoglu
parent 50ce27acd7
commit 30f40ac177
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -106,11 +106,12 @@ let
# isNormalUser = true;
# extraGroups = [ "wheel" ]; # Enable sudo for the user.
# packages = with pkgs; [
# firefox
# tree
# ];
# };
# programs.firefox.enable = true;
# List packages installed in system profile. To search, run:
# \$ nix search wget
# environment.systemPackages = with pkgs; [