From b2f86e66629d1d05a7da7dfff5bf18353bf7968e Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Fri, 28 May 2021 14:56:38 +0200 Subject: [PATCH] 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 --- nixos/modules/services/x11/desktop-managers/gnome.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/nixos/modules/services/x11/desktop-managers/gnome.nix b/nixos/modules/services/x11/desktop-managers/gnome.nix index c5e6caeea90..37e61f32823 100644 --- a/nixos/modules/services/x11/desktop-managers/gnome.nix +++ b/nixos/modules/services/x11/desktop-managers/gnome.nix @@ -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 {