From 9f41b0025b4e4bb8928f5a44cd07c1d0738fa94d Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sun, 2 Feb 2025 00:42:05 -0500 Subject: [PATCH] chore(hass): remove unneeded module url --- configurations/homie/modules/home-assistant/frontend.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/configurations/homie/modules/home-assistant/frontend.nix b/configurations/homie/modules/home-assistant/frontend.nix index f60b81ae..319aca27 100644 --- a/configurations/homie/modules/home-assistant/frontend.nix +++ b/configurations/homie/modules/home-assistant/frontend.nix @@ -109,7 +109,6 @@ in { extra_module_url = map (p: "/local/nixos-lovelace-modules/${p}.js") [ "big-slider-card" "card-mod" - "light-entity-card" "custom-sidebar-yaml" "material-rounded-theme" ];