From 92f06277b10a402afc7eb99d23182b6772eca20b Mon Sep 17 00:00:00 2001 From: Heitor Augusto Date: Sun, 25 Aug 2024 21:45:54 +0000 Subject: [PATCH] add missing semicolon --- modules/apps/ghostwriter.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/apps/ghostwriter.nix b/modules/apps/ghostwriter.nix index c35ad7ec..385654a6 100644 --- a/modules/apps/ghostwriter.nix +++ b/modules/apps/ghostwriter.nix @@ -733,6 +733,6 @@ in }) ]); - xdg.dataFile = (createThemes cfg.theme.customThemes) + xdg.dataFile = (createThemes cfg.theme.customThemes); }; }