summary refs log tree commit diff
path: root/emacs.org
diff options
context:
space:
mode:
authorCrazazy2022-04-06 12:34:20 +0200
committerCrazazy2022-04-06 12:34:20 +0200
commit1dfafb99895eaa8e4a1d8de7a4d62501a73408ab (patch)
tree2c9336314b4b949dd24248faaac28a2b00ad6221 /emacs.org
parentad734d2b160aae5af99b3a7148a0d2e5e6626aeb (diff)
remove xwidgets
Diffstat (limited to 'emacs.org')
-rw-r--r--emacs.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs.org b/emacs.org
index 80e31c7..9b06cb4 100644
--- a/emacs.org
+++ b/emacs.org
@@ -21,7 +21,8 @@ Also, if you just stumbled accross this at random, there is an easy tangle butto
       };
     in
     import sources.emacs {
-      pkgs = import <nixpkgs> { overlays = [ packageOverlay ]; };
+      # put 'packageOverlay' in the overlays array for XWidgets (whenever they are stable i guess...)
+      pkgs = import <nixpkgs> { overlays = [ ]; };
       configDir = ./emacsconfig;
     }
   #+end_src