chore: fix override typo

This commit is contained in:
Artur Manuel 2024-10-30 02:21:03 +00:00
commit 979345d5c5

View file

@ -44,7 +44,7 @@
} }
); );
pankomacs-x11 = mkEmacs ( pankomacs-x11 = mkEmacs (
pkgs.emacs-gtk.overide { pkgs.emacs-gtk.override {
withSystemd = false; withSystemd = false;
} }
); );