mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
Added vterm requirements
This commit is contained in:
parent
a63f0aaca4
commit
dc55fd0781
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ in
|
|||
programs.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs-gtk;
|
||||
extraPackages = epkgs: [ epkgs.vterm ];
|
||||
};
|
||||
|
||||
services.emacs = {
|
||||
|
|
Loading…
Reference in a new issue