mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
refactor
This commit is contained in:
parent
3f85eccd4a
commit
b029b0d07c
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user