nixos-generate-config: Use the Firefox module (#287614)

This commit is contained in:
Sefa Eyeoglu 2024-10-31 21:40:38 +01:00 committed by GitHub
commit b92edf1104
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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