Replace gccemacs with pure gtk variant

This commit is contained in:
2020-09-24 00:03:02 +02:00
parent 1f5d0dc707
commit 2d0a2ae459
6 changed files with 17 additions and 17 deletions

View File

@@ -1,7 +0,0 @@
{
nixpkgs.overlays = [
(import (builtins.fetchTarball {
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
}))
];
}

8
overlays/emacs.nix Normal file
View File

@@ -0,0 +1,8 @@
{
nixpkgs.overlays = [
(import (builtins.fetchTarball {
url =
"https://github.com/mjlbach/emacs-pgtk-nativecomp-overlay/archive/master.tar.gz";
}))
];
}