diff --git a/flake.lock b/flake.lock index bfeeb002..f7f1c894 100644 --- a/flake.lock +++ b/flake.lock @@ -98,11 +98,11 @@ "emacs-dir": { "flake": false, "locked": { - "lastModified": 1704891870, - "narHash": "sha256-PPuchBCt804ZeM7YpVhr71Lzu2UXek1GUqzRAq+XlKE=", + "lastModified": 1705394827, + "narHash": "sha256-vbGlmfuH29og6pPSVGN4G2plWuJ+qS8sYrz6S2H5Uw0=", "ref": "refs/heads/main", - "rev": "6ed7032ce927d7d74a47ea033e693b412e86d7c1", - "revCount": 402, + "rev": "d902988131a65d4cfa3a391c4d594ca74e9bdc40", + "revCount": 404, "submodules": true, "type": "git", "url": "https://github.com/Icy-Thought/emacs.d.git" diff --git a/modules/desktop/editors/emacs.nix b/modules/desktop/editors/emacs.nix index 845bc0f7..c5f6c7f5 100644 --- a/modules/desktop/editors/emacs.nix +++ b/modules/desktop/editors/emacs.nix @@ -39,6 +39,7 @@ in { user.packages = attrValues ({ inherit (pkgs) binutils gnutls zstd; + inherit (pkgs.unstable) emacs-lsp-booster; } // optionalAttrs config.programs.gnupg.agent.enable { inherit (pkgs) pinentry-emacs;