diff options
author | Crazazy | 2022-04-06 12:34:20 +0200 |
---|---|---|
committer | Crazazy | 2022-04-06 12:34:20 +0200 |
commit | 1dfafb99895eaa8e4a1d8de7a4d62501a73408ab (patch) | |
tree | 2c9336314b4b949dd24248faaac28a2b00ad6221 | |
parent | ad734d2b160aae5af99b3a7148a0d2e5e6626aeb (diff) |
remove xwidgets
-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 |