From 57d7153caaaed01b729479a115ce7fbfdb53e06f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Aug 2024 03:06:25 +0000 Subject: [PATCH] style: format b1e6a8c --- 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 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"; };