diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 5ec62c5..6d94fce 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"; };