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
+2 -1
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; [