Replace gccemacs with pure gtk variant
This commit is contained in:
@@ -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
8
overlays/emacs.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(import (builtins.fetchTarball {
|
||||
url =
|
||||
"https://github.com/mjlbach/emacs-pgtk-nativecomp-overlay/archive/master.tar.gz";
|
||||
}))
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user