From 4e0525a8cdb370d31c1e1ba2641ad2a91fded57d Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Tue, 28 Feb 2023 17:10:51 +0100 Subject: 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. --- nixos/modules/installer/tools/tools.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix index d1b16d042d86..c2cca03e433c 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 # ]; # }; -- cgit 1.4.1