home: themes: set default values
This commit is contained in:
parent
0e07f901bc
commit
08beb20033
|
@ -9,6 +9,7 @@ let
|
||||||
};
|
};
|
||||||
i3Theme = mkOption {
|
i3Theme = mkOption {
|
||||||
type = import ./i3.nix { inherit lib; };
|
type = import ./i3.nix { inherit lib; };
|
||||||
|
default = {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -16,6 +17,7 @@ in
|
||||||
{
|
{
|
||||||
options.my.theme = mkOption {
|
options.my.theme = mkOption {
|
||||||
type = themeType;
|
type = themeType;
|
||||||
|
default = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
options.my.themes = mkOption {
|
options.my.themes = mkOption {
|
||||||
|
|
|
@ -103,6 +103,8 @@ types.submodule {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
default = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
background = mkOption {
|
background = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue