🚀 switch to emacsPgtkGcc
parent
cb601451d0
commit
671dc37d7a
|
@ -3,7 +3,8 @@
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
myEmacs = with pkgs;
|
myEmacs = with pkgs;
|
||||||
((emacsPackagesFor emacsGcc).emacsWithPackages (epkgs: [ epkgs.vterm ]));
|
((emacsPackagesFor emacsPgtkGcc).emacsWithPackages
|
||||||
|
(epkgs: [ epkgs.vterm ]));
|
||||||
cfg = config.modules.editors.emacs;
|
cfg = config.modules.editors.emacs;
|
||||||
in {
|
in {
|
||||||
options.modules.editors = {
|
options.modules.editors = {
|
||||||
|
|
Loading…
Reference in New Issue