Skip to content

Commit

Permalink
nixos-generate-config: Use the Firefox module (#287614)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Oct 31, 2024
2 parents 031b2f0 + 30f40ac commit b92edf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixos/modules/installer/tools/tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [
Expand Down

0 comments on commit b92edf1

Please sign in to comment.