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
commit

79e99bb67f841d829dd1775c2d47008a15ba63e2

parent

de6fddc047166bcc69c3b0b9b4213559591c27a9

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
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";