From 30f40ac1777f3c777761fbbb0a29f174edadfc84 Mon Sep 17 00:00:00 2001 From: ibbem Date: Sat, 10 Feb 2024 00:20:06 +0100 Subject: [PATCH] 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. --- nixos/modules/installer/tools/tools.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix index ee7c3e8c887f..6e3e2eb475f3 100644 --- a/nixos/modules/installer/tools/tools.nix +++ b/nixos/modules/installer/tools/tools.nix @@ -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; [