mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-24 22:29:33 +01:00
fewer GNOME apps preinstalled
This commit is contained in:
parent
c60e09c164
commit
b2c57e85bf
@ -114,6 +114,19 @@
|
|||||||
# wget
|
# wget
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Don't install all programs of the GNOME desktop.
|
||||||
|
environment.gnome.excludePackages = (with pkgs; [
|
||||||
|
gnome-photos
|
||||||
|
gnome-tour
|
||||||
|
]) ++ (with pkgs.gnome; [
|
||||||
|
cheese # webcam tool
|
||||||
|
gnome-music
|
||||||
|
epiphany # web browser
|
||||||
|
geary # email reader
|
||||||
|
gnome-characters
|
||||||
|
gnome-contacts
|
||||||
|
]);
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
# started in user sessions.
|
# started in user sessions.
|
||||||
# programs.mtr.enable = true;
|
# programs.mtr.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user