summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-11-30 21:38:14 +0100
committerAlan Pearce2024-11-30 21:38:14 +0100
commita17bae694d7157ae231ab1d3e2315a24a5c0cdee (patch)
treef882e405d08540474306331a01f3d514c203d962 /flake.nix
parenta3bb1545394862b10026246d197d1c16d770497f (diff)
downloadnixfiles-a17bae694d7157ae231ab1d3e2315a24a5c0cdee.tar.lz
nixfiles-a17bae694d7157ae231ab1d3e2315a24a5c0cdee.tar.zst
nixfiles-a17bae694d7157ae231ab1d3e2315a24a5c0cdee.zip
emacs: switch to just-ts-mode
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index bb326751..e61f528f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -7,6 +7,7 @@
     nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
     darwin.url = "github:lnl7/nix-darwin/master";
     darwin.inputs.nixpkgs.follows = "nixpkgs";
+    emacs-overlay.url = "github:nix-community/emacs-overlay";
     home-manager.url = "github:nix-community/home-manager";
     home-manager.inputs.nixpkgs.follows = "nixpkgs";
     nh-darwin.url = "github:ToyVo/nh_darwin";
@@ -36,6 +37,7 @@
     , nixpkgs
     , nixpkgs-small
     , nixos-hardware
+    , emacs-overlay
     , home-manager
     , darwin
     , nh-darwin
@@ -65,6 +67,7 @@
           inherit system;
           overlays = readOverlays (toString ./overlays) ++ [
             agenix.overlays.default
+            emacs-overlay.overlays.default
             (self: super: {
               personal = personal.packages.${system};
               enchant = super.enchant.override {