spesify more emacs
This commit is contained in:
parent
c78505aa09
commit
f17f1de522
1 changed files with 1 additions and 2 deletions
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs-pgtk;
|
||||
package = pkgs.emacs-pgtk.override{withTreeSitter=true; withNativeCompilation=true;};
|
||||
extraPackages = epkgs: [
|
||||
epkgs.vterm
|
||||
];
|
||||
|
|
@ -62,7 +62,6 @@
|
|||
emacs = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
package = pkgs.emacs-pgtk;
|
||||
};
|
||||
};
|
||||
stylix = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue