From b5bcdf72cbc998550bf55af1842fe65f8c9ef0bf Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 2 Mar 2025 15:18:43 +0100 Subject: Revert "Switch back to flakes" This reverts commit c0384c43821474d28af1d9696ceb473a0d769292. --- overlays/personal.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 overlays/personal.nix (limited to 'overlays/personal.nix') diff --git a/overlays/personal.nix b/overlays/personal.nix new file mode 100644 index 00000000..eadb7851 --- /dev/null +++ b/overlays/personal.nix @@ -0,0 +1,13 @@ +self: super: +let + personal = import { + pkgs = self; + }; +in +{ + inherit personal; + enchant = super.enchant.override { + withHspell = false; + withAspell = false; + }; +} -- cgit 1.4.1