From b029b0d07c2be74caa1272c81229735d98267aba Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 31 Aug 2023 12:53:45 +0200 Subject: [PATCH] refactor --- yodaTab/configuration.nix | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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 */