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:
# $ 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 */