From 83bf454c7ae6037fa16b6e5294cd81b032ee9136 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Mon, 25 Sep 2023 13:39:17 +0200 Subject: [PATCH] fix typo --- modules/emacs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/emacs/default.nix b/modules/emacs/default.nix index 1416a80..b7c11d7 100644 --- a/modules/emacs/default.nix +++ b/modules/emacs/default.nix @@ -95,7 +95,7 @@ with lib; let yasnippet #zenburn-theme ] - ++ (with lpkgs; [org-roam-ui ligatures] lean4-mode))); + ++ (with lpkgs; [org-roam-ui ligatures lean4-mode]))); in { options.elss.programs.emacs.enable = mkEnableOption "Setup emacs package and install it";