home: themes: set default values

This commit is contained in:
Antoine Martin 2021-04-22 00:25:49 +02:00
parent 0e07f901bc
commit 08beb20033
2 changed files with 4 additions and 0 deletions

View file

@ -9,6 +9,7 @@ let
};
i3Theme = mkOption {
type = import ./i3.nix { inherit lib; };
default = {};
};
};
};
@ -16,6 +17,7 @@ in
{
options.my.theme = mkOption {
type = themeType;
default = {};
};
options.my.themes = mkOption {

View file

@ -103,6 +103,8 @@ types.submodule {
};
};
};
default = {};
};
background = mkOption {