refactor(grfn/emacs): Use TVL Emacs packages from fixpoint
Change-Id: I01d8993cc900ba34eb780524e040762c884c9815 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3009 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
929b38e8ae
commit
c21dee2b5b
1 changed files with 1 additions and 3 deletions
|
@ -47,11 +47,9 @@ in {
|
|||
enable = true;
|
||||
package = pkgs.emacsUnstable;
|
||||
extraPackages = (epkgs:
|
||||
(with depot.tools.emacs-pkgs; [
|
||||
(with epkgs.tvlPackages; [
|
||||
dottime
|
||||
tvl
|
||||
])
|
||||
++ (with depot.third_party.emacs; [
|
||||
vterm
|
||||
])
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue