From 6c86a5f5791b7004663730314fdd5c4149aa8292 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Mon, 10 Jun 2024 00:56:17 +0100 Subject: [PATCH] firefox: add missing semicolon --- modules/firefox/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/firefox/hm.nix b/modules/firefox/hm.nix index 656100978..6e8f2ee79 100644 --- a/modules/firefox/hm.nix +++ b/modules/firefox/hm.nix @@ -13,7 +13,7 @@ let in { options.stylix.targets.firefox = { enable = - config.lib.stylix.mkEnableTarget "Firefox" true + config.lib.stylix.mkEnableTarget "Firefox" true; profileNames = lib.mkOption { description = "The Firefox profile names to apply styling on.";