aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-04-29 10:22:16 -0700
committerFranck Cuny <franck@fcuny.net>2025-04-29 10:22:16 -0700
commit3dd2a09087192f6c721bb851276a0019c839eded (patch)
treebbe1d873f42a42a2c2eb668c46f64c3446b059e8 /flake.nix
parentuse some binary caches (diff)
downloadinfra-3dd2a09087192f6c721bb851276a0019c839eded.tar.gz
initial import of emacs config
Diffstat (limited to '')
-rw-r--r--flake.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 8a43bfe..a317e03 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 (