From 7c6939e356b7464f671d59244533e96c7673b498 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sat, 5 Oct 2024 16:51:07 -0400 Subject: [PATCH] Fix missing ; --- modules/users/crow/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users/crow/home.nix b/modules/users/crow/home.nix index dbca171..55a5fc2 100644 --- a/modules/users/crow/home.nix +++ b/modules/users/crow/home.nix @@ -81,7 +81,7 @@ in }; # Vimium "{d7742d87-e61d-4b78-b8a1-b469842139fa}" = { - installation_mode = "force_installed", + installation_mode = "force_installed"; install_url = "https://addons.mozilla.org/firefox/downloads/latest/{d7742d87-e61d-4b78-b8a1-b469842139fa}/latest.xpl"; default_area = "menupanel"; };