f
This commit is contained in:
parent
8f00269caf
commit
1d87a291ca
|
@ -30,7 +30,13 @@ in
|
|||
};
|
||||
style = lib.mkOption {
|
||||
default = style;
|
||||
type = with lib.types; nullOr (oneOf [ path lines attrs ]);
|
||||
type =
|
||||
with lib.types;
|
||||
nullOr (oneOf [
|
||||
path
|
||||
lines
|
||||
attrs
|
||||
]);
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -4,9 +4,8 @@ let
|
|||
wallpaper = config.module.wallpaper;
|
||||
in
|
||||
{
|
||||
config = lib.mkMerge [
|
||||
stylix = lib.mkMerge [
|
||||
{
|
||||
stylix = {
|
||||
inherit (config.module.style) cursor;
|
||||
enable = true;
|
||||
autoEnable = true;
|
||||
|
@ -30,7 +29,6 @@ in
|
|||
applications = application;
|
||||
popups = popups;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
(lib.mkIf wallpaper.forceContrastText {
|
||||
|
|
Loading…
Reference in a new issue