summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index e755db5..079c160 100644
--- a/flake.nix
+++ b/flake.nix
@@ -36,10 +36,19 @@
flake-utils.follows = "flake-utils";
};
};
+
+ emacs-overlay = {
+ url = "github:nix-community/emacs-overlay";
+ inputs = {
+ nixpkgs.follows = "nixpkgs-unstable";
+ flake-utils.follows = "flake-utils";
+ };
+ };
};
outputs =
inputs@{ self
+ , emacs-overlay
, fenix
, flake-utils
, lanzaboote
@@ -79,6 +88,7 @@
./modules/basic-tools
./modules/binary-caches.nix
./modules/devtools.nix
+ ./modules/emacs.nix
./modules/gnome.nix
./modules/gnupg.nix
./modules/mail