diff options
-rw-r--r-- | emacs.org | 3 |
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 |