diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-29 10:22:16 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-29 10:22:16 -0700 |
| commit | 3dd2a09087192f6c721bb851276a0019c839eded (patch) | |
| tree | bbe1d873f42a42a2c2eb668c46f64c3446b059e8 /flake.nix | |
| parent | use some binary caches (diff) | |
| download | infra-3dd2a09087192f6c721bb851276a0019c839eded.tar.gz | |
initial import of emacs config
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 ( |
