Commit 4e0525a8 authored by Valentin Gagarin's avatar Valentin Gagarin
Browse files

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.
parent 4a6cd14f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -180,7 +180,7 @@ in
        #   extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
        #   packages = with pkgs; [
        #     firefox
        #     thunderbird
        #     tree
        #   ];
        # };