all repos — nixfiles @ 79e99bb67f841d829dd1775c2d47008a15ba63e2

System and user configuration, managed by nix and home-manager

Emacs: default to Emacs with native compilation and GTK3
Alan Pearce alan@alanpearce.eu
Wed, 12 Oct 2022 05:50:51 +0200
commit

79e99bb67f841d829dd1775c2d47008a15ba63e2

parent

de6fddc047166bcc69c3b0b9b4213559591c27a9

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/settings/emacs.nixuser/settings/emacs.nix
@@ -37,7 +37,7 @@ ]; 
   programs.emacs = {
     enable = true;
-    package = lib.mkDefault pkgs.unstable.emacs;
+    package = lib.mkDefault (pkgs.emacsNativeComp.override { withGTK3 = true; });
     eshell = {
       aliases = {
         pk = "eshell-up-pk $1";