diff options
author | Vincent Ambo <mail@tazj.in> | 2021-04-13T22·33+0200 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-04-20T10·49+0000 |
commit | c21dee2b5bad39a44afb900684236c48f767069a (patch) | |
tree | 5d63de26841639e9a80647f6840412a80035d418 /users/grfn/system/home | |
parent | 929b38e8ae4d61340cbd70352663af8f6f2418cf (diff) |
refactor(grfn/emacs): Use TVL Emacs packages from fixpoint r/2531
Change-Id: I01d8993cc900ba34eb780524e040762c884c9815 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3009 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'users/grfn/system/home')
-rw-r--r-- | users/grfn/system/home/modules/emacs.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/users/grfn/system/home/modules/emacs.nix b/users/grfn/system/home/modules/emacs.nix index e434de8aea00..62f3544e0c60 100644 --- a/users/grfn/system/home/modules/emacs.nix +++ b/users/grfn/system/home/modules/emacs.nix @@ -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 ]) ); |