lol

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

authored by scrumplex.net and committed by

GitHub b92edf11 031b2f0a

+2 -1
+2 -1
nixos/modules/installer/tools/tools.nix
··· 106 106 # isNormalUser = true; 107 107 # extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. 108 108 # packages = with pkgs; [ 109 - # firefox 110 109 # tree 111 110 # ]; 112 111 # }; 112 + 113 + # programs.firefox.enable = true; 113 114 114 115 # List packages installed in system profile. To search, run: 115 116 # \$ nix search wget