about summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2023-02-28 17:10:51 +0100
committerValentin Gagarin <valentin.gagarin@tweag.io>2023-02-28 17:16:03 +0100
commit4e0525a8cdb370d31c1e1ba2641ad2a91fded57d (patch)
tree200c11e42a95db2be6741c8e7c30118735417b47 /nixos/modules/installer
parent4a6cd14f37b22c9d2f90e3774b8ea9601025ad6b (diff)
configuration.nix: suggest a command line program
adding two graphical programs makes a strong assmuption that users will
use a graphical environment.

add a command line program as an alternative suggestion that is easy to
comment in as a first-steps measure.
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/tools/tools.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix
index d1b16d042d86a..c2cca03e433ca 100644
--- a/nixos/modules/installer/tools/tools.nix
+++ b/nixos/modules/installer/tools/tools.nix
@@ -180,7 +180,7 @@ in
         #   extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
         #   packages = with pkgs; [
         #     firefox
-        #     thunderbird
+        #     tree
         #   ];
         # };