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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user