nixpkgs/nixos/modules
Jan Tojnar 9129616919
nixos/pantheon fix GNOME_SESSION_DEBUG conflict
When session debugging was enabled in GNOME but not in Pantheon

	{
	  services.xserver = {
	    desktopManager.pantheon = {
	      enable = true;
	    };
	    desktopManager.gnome3 = {
	      enable = true;
	      debug = true;
	    };
	  };
	}

it caused a conflict:

	error: The option `environment.sessionVariables.GNOME_SESSION_DEBUG' has conflicting definitions, in `<nixpkgs/nixos/modules/services/x11/desktop-managers/pantheon.nix>' and `<nixpkgs/nixos/modules/services/x11/desktop-managers/gnome3.nix>'.
2019-12-02 17:25:24 +01:00
..
config environment.noXlibs: do not pull gobject-introspection 2019-11-29 16:57:45 -08:00
hardware nixos/nvidia: assert that gdm.nvidiaWayland needs modesetting 2019-11-19 15:34:39 -05:00
i18n/input-method Revert "nixos/doc: re-format" 2019-09-19 19:17:30 +02:00
installer nixos/plasma5: drop enableQt4Support option 2019-11-22 09:01:05 +01:00
misc nixos/ids: Add types to allow overrides on static uids, gids 2019-11-18 09:24:35 +01:00
profiles nixos/plasma5: drop enableQt4Support option 2019-11-22 09:01:05 +01:00
programs ssmtp: use services.ssmtp.* options 2019-11-26 11:08:44 +01:00
security nixos/acme: Fix allowKeysForGroup not applying immediately (#72056) 2019-11-13 23:51:34 +01:00
services nixos/pantheon fix GNOME_SESSION_DEBUG conflict 2019-12-02 17:25:24 +01:00
system Revert "nixos/switch-to-configuration: restart changed socket units" 2019-11-30 13:46:57 +01:00
tasks Fix typo in message (vswichtesvswitches) 2019-10-26 13:26:01 +02:00
testing
virtualisation Merge pull request #72996 from elohmeier/containers-fix 2019-11-25 09:35:09 +00:00
module-list.nix Merge pull request #74177 from jtojnar/neard 2019-11-28 07:53:32 +01:00
rename.nix ssmtp: use services.ssmtp.* options 2019-11-26 11:08:44 +01:00