GNOME: Difference between revisions

imported>Sagikazarmark
m Option has been renamed
imported>Marek-lach
Add info about excluding certain Gnome packages from installation
Line 27: Line 27:


After applying the update one also has restart their desktop session to refresh the user-specific dbus session.
After applying the update one also has restart their desktop session to refresh the user-specific dbus session.
== Excluding some GNOME applications from the default install ==
Not all applications that come pre-installed with the GNOME desktop environment are desirable for everyone to have on their machines. There's a way to edit <syntaxHighlight lang=nix>configuration.nix</syntaxHighlight> to exclude these kinds of packages, for example as follows:
<syntaxHighlight lang=nix>
environment.gnome.excludePackages = [ pkgs.gnome.cheese pkgs.gnome-photos pkgs.gnome.gnome-music pkgs.gnome.gnome-terminal pkgs.gnome.gedit pkgs.epiphany pkgs.evince pkgs.gnome.gnome-characters pkgs.file-roller pkgs.gnome.totem pkgs.gnome.tali pkgs.gnome.iagno pkgs.gnome.hitori pkgs.gnome.atomix pkgs.gnome-tour ];
</syntaxHighlight>


== Running GNOME programs outside of GNOME ==
== Running GNOME programs outside of GNOME ==