diff options
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -25,6 +25,11 @@ url = "github:cachix/git-hooks.nix"; inputs.nixpkgs.follows = "nixpkgs"; }; + + emacs-overlay = { + url = "github:nix-community/emacs-overlay"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; # Output config, or config for NixOS system @@ -35,6 +40,7 @@ darwin, treefmt-nix, pre-commit-hooks, + emacs-overlay, ... }@inputs: let @@ -44,6 +50,7 @@ # Define overlays here overlays = [ + emacs-overlay.overlay (final: _prev: { # Load all packages from the pkgs directory customPackages = builtins.mapAttrs ( |
