all repos — nixfiles @ 2f154e46be6e7031943d555738a35751aeba00d5

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

emacs: use build with GTK3

Alan Pearce
commit

2f154e46be6e7031943d555738a35751aeba00d5

parent

c1becf9789a74b02271b7bf66aba828fb3162f36

1 file changed, 1 insertion(+), 0 deletions(-)

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