diff options
| author | Grigory Shipunov | 2023-05-28 23:38:10 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-05-30 00:49:42 +0200 |
| commit | 1e98c823ea1d0cb9c5348a8ebb43a58a77bf9cce (patch) | |
| tree | 765738c5c582dde2e56cc994800166350710d90b /flake.nix | |
| parent | e232e7c0ec1abc1b4361c9857b708515be19150e (diff) | |
Emacs: add tree-stitter support
This reverts commit 069072653a5c7713f13e7c895d0ce2e531ae34c3.
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |
