commit 1dfafb99895eaa8e4a1d8de7a4d62501a73408ab parent ad734d2b160aae5af99b3a7148a0d2e5e6626aeb Author: Crazazy <crazazy@tilde.cafe> Date: Wed, 6 Apr 2022 12:34:20 +0200 remove xwidgets Diffstat:
M | emacs.org | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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