GNOME: Difference between revisions

Normalcea (talk | contribs)
m dconf: Fix language typo for file template
Pigs (talk | contribs)
Tips and tricks: add back Excluding Gnome Applications section, under tips and tricks with a more minimal definition
Line 179: Line 179:
   };
   };
}
}
</nowiki>}}
=== Excluding GNOME Applications ===
To exclude certain applications that are installed by default with GNOME, set the {{nixos:option|environment.gnome.excludePackages}} module option:
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
  environment.gnome.excludePackages = with pkgs; [
    totem
  ];
</nowiki>}}
</nowiki>}}