fix(home-manager/hyprland): allow merging sources option (#309)

This commit is contained in:
Ian 2024-08-15 11:05:58 +08:00 committed by GitHub
parent 9fdb8aaf65
commit b1e6a8cbf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ in
};
wayland.windowManager.hyprland.settings = {
source = "${sources.hyprland}/themes/${cfg.flavor}.conf";
source = ["${sources.hyprland}/themes/${cfg.flavor}.conf"];
"$accent" = "\$${cfg.accent}";
"$accentAlpha" = "\$${cfg.accent}Alpha";
};