about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-13 15:09:00 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-13 15:09:00 -0800
commita5f8200954567e82b9cfb4a699f418b0a0e4dbf5 (patch)
tree81a5cb7c7b116fb0e6a767677682d1781683a477 /lib
parentalacritty: switch back to white background (diff)
downloadworld-a5f8200954567e82b9cfb4a699f418b0a0e4dbf5.tar.gz
emacs: pull community's overlay
We need the community overlay to get the pure GTK port of Emacs for now.
Diffstat (limited to 'lib')
-rw-r--r--lib/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/default.nix b/lib/default.nix
index fbb9bb7..cb8616e 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -45,6 +45,7 @@
         {
           nixpkgs = {
             config.allowUnfree = true;
+            overlays = [ inputs.emacs-overlay.overlay ];
           };
           programs = {
             home-manager.enable = true;