assertions + more descriptive initializations
This commit is contained in:
@@ -10,7 +10,7 @@ let
|
||||
cfg = config.my.stylix;
|
||||
in
|
||||
{
|
||||
options.my.stylix.enable = lib.mkEnableOption "enable";
|
||||
options.my.stylix.enable = lib.mkEnableOption "system-wide theming with Stylix";
|
||||
config = {
|
||||
stylix = {
|
||||
inherit (scheme) image polarity;
|
||||
|
||||
Reference in New Issue
Block a user