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"; };