diff --git a/yodaTab/configuration.nix b/yodaTab/configuration.nix index 2752bc8..a27239e 100644 --- a/yodaTab/configuration.nix +++ b/yodaTab/configuration.nix @@ -147,10 +147,6 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - # Do not forget to add an editor to edit configuration.nix! - # The Nano editor is also installed by default. - # vim - # wget ]; # Don't install all programs of the GNOME desktop. @@ -158,12 +154,12 @@ gnome-photos gnome-tour ]) ++ (with pkgs.gnome; [ - cheese # webcam tool - gnome-music - epiphany # web browser - geary # email + cheese # Webcam viewer + gnome-music # Music player + epiphany # Web browser + geary # Email gnome-characters - gnome-contacts + #gnome-contacts ]); /* Enable home-manager to configure GNOME */