mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
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:
parent
50ce27acd7
commit
30f40ac177
@ -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; [
|
||||
|
Loading…
Reference in New Issue
Block a user