This commit is contained in:
Daniel Langbein 2023-08-31 12:53:45 +02:00
parent 3f85eccd4a
commit b029b0d07c

View File

@ -147,10 +147,6 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ 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. # Don't install all programs of the GNOME desktop.
@ -158,12 +154,12 @@
gnome-photos gnome-photos
gnome-tour gnome-tour
]) ++ (with pkgs.gnome; [ ]) ++ (with pkgs.gnome; [
cheese # webcam tool cheese # Webcam viewer
gnome-music gnome-music # Music player
epiphany # web browser epiphany # Web browser
geary # email geary # Email
gnome-characters gnome-characters
gnome-contacts #gnome-contacts
]); ]);
/* Enable home-manager to configure GNOME */ /* Enable home-manager to configure GNOME */