diff --git a/nixos/modules/services/x11/desktop-managers/gnome.nix b/nixos/modules/services/x11/desktop-managers/gnome.nix index c5e6caeea902..37e61f32823d 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 {