nixos/gnome: Do not enable metacity by default

Did not realize this is not conditional on gnome-flashback being enabled.

Partially reverts https://github.com/NixOS/nixpkgs/pull/113957
This commit is contained in:
Jan Tojnar 2021-05-28 14:56:38 +02:00
parent 7731f618b7
commit b2f86e6662
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -222,12 +222,7 @@ in
debug = mkEnableOption "gnome-session debug messages";
flashback = {
enableMetacity = mkOption {
type = types.bool;
default = true;
example = "false";
description = "Whether to enable the standard Metacity GNOME flashback session.";
};
enableMetacity = mkEnableOption "the standard GNOME Flashback session with Metacity";
customSessions = mkOption {
type = types.listOf (types.submodule {