1

reenable emacsPgtkNativeComp

This commit is contained in:
2022-07-01 21:45:50 +02:00
parent f0ba5c99a0
commit c50489a022

View File

@ -35,8 +35,8 @@ in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
# What home packages should be enabled # What home packages should be enabled
home.packages = with pkgs; [ home.packages = with pkgs; [
# NOTE: I have problems with emacsPgtkNativeComp/emacsPgtk # NOTE: I have problems with emacsPgtkNativeComp/emacsPgtk and also emacs28NativeComp GUI
((emacsPackagesFor emacs28NativeComp).emacsWithPackages (epkgs: [ ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: [
epkgs.vterm epkgs.vterm
])) ]))