summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2023-05-28 23:38:10 +0200
committerGrigory Shipunov2023-05-30 00:49:42 +0200
commit1e98c823ea1d0cb9c5348a8ebb43a58a77bf9cce (patch)
tree765738c5c582dde2e56cc994800166350710d90b /flake.nix
parente232e7c0ec1abc1b4361c9857b708515be19150e (diff)
Emacs: add tree-stitter support
This reverts commit 069072653a5c7713f13e7c895d0ce2e531ae34c3.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index e755db5..079c160 100644
--- a/flake.nix
+++ b/flake.nix
@@ -36,10 +36,19 @@
flake-utils.follows = "flake-utils";
};
};
+
+ emacs-overlay = {
+ url = "github:nix-community/emacs-overlay";
+ inputs = {
+ nixpkgs.follows = "nixpkgs-unstable";
+ flake-utils.follows = "flake-utils";
+ };
+ };
};
outputs =
inputs@{ self
+ , emacs-overlay
, fenix
, flake-utils
, lanzaboote
@@ -79,6 +88,7 @@
./modules/basic-tools
./modules/binary-caches.nix
./modules/devtools.nix
+ ./modules/emacs.nix
./modules/gnome.nix
./modules/gnupg.nix
./modules/mail