applied colors
This commit is contained in:
+12
-3
@@ -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";
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user