gtk: make gtk.gtk2 and gtk.gtk3 not submodules

This commit is contained in:
Robert Helgesson 2018-12-24 12:07:26 +01:00
parent 4104ff2b6a
commit 370a84192e
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -100,11 +100,7 @@ in
description = "The GTK+2/3 theme to use.";
};
gtk2 = mkOption {
description = "Options specific to GTK+ 2";
default = {};
type = types.submodule {
options = {
gtk2 = {
extraConfig = mkOption {
type = types.lines;
default = "";
@ -115,14 +111,8 @@ in
'';
};
};
};
};
gtk3 = mkOption {
description = "Options specific to GTK+ 3";
default = {};
type = types.submodule {
options = {
gtk3 = {
extraConfig = mkOption {
type = types.attrs;
default = {};
@ -159,8 +149,6 @@ in
};
};
};
};
};
config = mkIf cfg.enable (
let