From 2d6a694842423d147ea9beb5612359748c76e35c Mon Sep 17 00:00:00 2001 From: WORLDofPEACE Date: Sat, 10 Oct 2020 22:19:19 -0400 Subject: [PATCH] nixos/tools: add firefox to systemPackages example This is in the graphical iso's. --- nixos/modules/installer/tools/tools.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix index 999306137ee0..5c6e79be5d6b 100644 --- a/nixos/modules/installer/tools/tools.nix +++ b/nixos/modules/installer/tools/tools.nix @@ -132,6 +132,7 @@ in # \$ nix search wget # environment.systemPackages = with pkgs; [ # wget vim + # firefox # ]; # Some programs need SUID wrappers, can be configured further or are