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/emacs.nix | 1 + overlays/nur.nix | 3 +++ overlays/personal.nix | 13 +++++++++++++ 3 files changed, 17 insertions(+) create mode 100644 overlays/emacs.nix create mode 100644 overlays/nur.nix create mode 100644 overlays/personal.nix (limited to 'overlays') diff --git a/overlays/emacs.nix b/overlays/emacs.nix new file mode 100644 index 00000000..ded36707 --- /dev/null +++ b/overlays/emacs.nix @@ -0,0 +1 @@ +import diff --git a/overlays/nur.nix b/overlays/nur.nix new file mode 100644 index 00000000..6f34f2aa --- /dev/null +++ b/overlays/nur.nix @@ -0,0 +1,3 @@ +self: super: { + nur = import { pkgs = self; }; +} 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