diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2023-03-08 18:02:26 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2023-03-08 18:02:26 +0100 |
| commit | 404f876bfbc3aa5070e44a3eb5ffbc9f2eac0a0b (patch) | |
| tree | 7a774e2327e3dbbbbf12c7e3f0811c6beb916b34 | |
| parent | 34ece152e5532f83ce1bd43851f282ec44fcf6c9 (diff) | |
home: emacs: fix sqlite backend
| -rw-r--r-- | modules/home-manager/personal/programs/emacs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home-manager/personal/programs/emacs.nix b/modules/home-manager/personal/programs/emacs.nix index bf5bb0f..2e01c3b 100644 --- a/modules/home-manager/personal/programs/emacs.nix +++ b/modules/home-manager/personal/programs/emacs.nix @@ -31,7 +31,7 @@ in { # add some packages necessary in spacemacs programs.emacs.extraPackages = - lib.mkDefault (ep: with ep; [ emacsql-sqlite emacsql-sqlite3 ]); + lib.mkDefault (ep: with ep; [ emacsql-sqlite emacsql-sqlite-builtin ]); home.packages = with pkgs; [ gnutar source-code-pro ]; # spacemacs dotfile |
