Stylix : Enable with a new flag.

This commit is contained in:
Dmitry Voronin 2024-06-26 09:51:41 +03:00
parent 0da8df18fa
commit 4e7f3fcf33
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -3,11 +3,10 @@
environment.etc.wallpaper.source = config.module.common.wallpaper.path;
stylix = {
# NOTE: Enable this later...
# enable = true;
image = config.module.common.wallpaper.path;
enable = true;
image = config.module.common.wallpaper.path;
autoEnable = true;
polarity = "dark";
polarity = "dark";
opacity = {
applications = 0.85;
terminal = 0.85;