git.fiddlerwoaroof.com
Browse code

feat: add emacs overlay

Edward Langley authored on 27/04/2021 22:02:07
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,3 @@
1
+import (builtins.fetchTarball {
2
+    url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
3
+})