feat(g/emacs): Install tvl
Change-Id: I5f923125b27890b14dc5b6a375861186406f5333 Reviewed-on: https://cl.tvl.fyi/c/depot/+/495 Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
parent
5b833a1375
commit
ef5dfb4822
1 changed files with 3 additions and 2 deletions
|
@ -54,8 +54,9 @@ in {
|
|||
programs.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacsUnstable;
|
||||
extraPackages = (epkgs: [
|
||||
depot.tools.emacs-pkgs.dottime
|
||||
extraPackages = (epkgs: with depot.tools.emacs-pkgs; [
|
||||
dottime
|
||||
tvl
|
||||
]);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue