all repos — nixfiles @ a17bae694d7157ae231ab1d3e2315a24a5c0cdee

System and user configuration, managed by nix and home-manager

emacs: switch to just-ts-mode

Alan Pearce
commit

a17bae694d7157ae231ab1d3e2315a24a5c0cdee

parent

a3bb1545394862b10026246d197d1c16d770497f

1 file changed, 3 insertions(+), 0 deletions(-)

changed files
M flake.nixflake.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 {