applied colors

This commit is contained in:
kenji
2025-12-24 21:58:12 -06:00
parent aa7e045303
commit 00ea547c8d
7 changed files with 35 additions and 20 deletions
+12 -3
View File
@@ -1,10 +1,19 @@
{inputs, ...}: {
{
inputs,
myConfig,
lib,
...
}: {
imports = [
inputs.stylix.homeModules.stylix
];
stylix = {
enable = true;
autoEnable = false;
image = ../../assets/Wallpapers/nord-1.png;
# autoEnable = false;
image = ../../assets/Wallpapers/${myConfig.hyprland.wallpaper};
polarity = "dark";
# base16Scheme = lib.mkDefault {
# generator = "vibrant";
# };
};
}