emacs: switch to just-ts-mode
1 file changed, 3 insertions(+), 0 deletions(-)
changed files
M flake.nix → flake.nix
@@ -7,6 +7,7 @@ nix-index-database.url = "github:Mic92/nix-index-database"; 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 @@ , utils , nixpkgs , nixpkgs-small , nixos-hardware + , emacs-overlay , home-manager , darwin , nh-darwin@@ -65,6 +67,7 @@ pkgs = import nixpkgs { inherit system; overlays = readOverlays (toString ./overlays) ++ [ agenix.overlays.default + emacs-overlay.overlays.default (self: super: { personal = personal.packages.${system}; enchant = super.enchant.override {