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 {
# What home packages should be enabled
home.packages = with pkgs; [
# NOTE: I have problems with emacsPgtkNativeComp/emacsPgtk
((emacsPackagesFor emacs28NativeComp).emacsWithPackages (epkgs: [
# NOTE: I have problems with emacsPgtkNativeComp/emacsPgtk and also emacs28NativeComp GUI
((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: [
epkgs.vterm
]))