From b1e6a8cbf12f86f0219a743a1f112ea20c0b2454 Mon Sep 17 00:00:00 2001 From: Ian <66728045+zspher@users.noreply.github.com> Date: Thu, 15 Aug 2024 11:05:58 +0800 Subject: [PATCH] fix(home-manager/hyprland): allow merging `sources` option (#309) --- modules/home-manager/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 69e1de2..5ec62c5 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -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"; };