diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-02 12:00:13 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-02 12:00:13 +0100 |
commit | 202586a83bbd320d02435b197214cd26153acba6 (patch) | |
tree | 735a72b53ef42415701a652d6c70359390263780 /flake.nix | |
parent | Overlays: Base: Add emacs with runtime deps to overlay (diff) | |
download | nixos-config-emacsoverlay.tar.gz nixos-config-emacsoverlay.tar.bz2 nixos-config-emacsoverlay.zip |
Emacs: Add emacs overlay emacsoverlay
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 44604b8..accd558 100644 --- a/flake.nix +++ b/flake.nix @@ -29,6 +29,8 @@ nix-index.url = "github:Mic92/nix-index-database"; + emacs-overlay.url = "github:nix-community/emacs-overlay"; + hosts = { url = "github:StevenBlack/hosts"; flake = false; |