fixing emacs on kaladin
This commit is contained in:
parent
ebe1fd1f09
commit
2aec145bde
|
@ -135,6 +135,7 @@
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(import (builtins.fetchTarball {
|
(import (builtins.fetchTarball {
|
||||||
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
||||||
|
sha256 = "1pd14gigm5bznzd8k88dq9scicw1zqknm87bnqmd0z556g9ir60f";
|
||||||
}))
|
}))
|
||||||
];
|
];
|
||||||
services.emacs.enable = true;
|
services.emacs.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue