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.
This commit is contained in:
Valentin Gagarin 2023-02-28 17:10:51 +01:00
parent 4a6cd14f37
commit 4e0525a8cd

View File

@ -180,7 +180,7 @@ in
# extraGroups = [ "wheel" ]; # Enable sudo for the user.
# packages = with pkgs; [
# firefox
# thunderbird
# tree
# ];
# };